remove debug print

This commit is contained in:
Franzi 2021-04-11 11:17:48 +02:00
parent 9fec7340c7
commit fee4b8dac0
Signed by untrusted user: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 4 deletions

View File

@ -114,9 +114,6 @@ class StatusPage:
if __name__ == "__main__":
page = StatusPage()
service_details = page.get_services_per_host()
from pprint import pprint
pprint(service_details)
page.render_html(service_details)