remove debug print
This commit is contained in:
parent
9fec7340c7
commit
fee4b8dac0
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue