aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fg21sim-webui2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/fg21sim-webui b/bin/fg21sim-webui
index b977bc6..cff8ce0 100755
--- a/bin/fg21sim-webui
+++ b/bin/fg21sim-webui
@@ -65,9 +65,7 @@ def main():
protocol="http", host="localhost", port=options.port))
logger.info("Hosts allowed to access the Web UI: {0}".format(
options.hosts_allowed))
- print("DEBUG: before IOLoop")
tornado.ioloop.IOLoop.current().start()
- print("DEBUG: after IOLoop")
if __name__ == "__main__":