aboutsummaryrefslogtreecommitdiffstats
path: root/bin/fg21sim-webui
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-09 23:38:15 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-09 23:38:15 +0800
commite5a05c8e3c77aa292b7dd9bc4a2682148be873ac (patch)
treec029101511d50420876120ef20ea23e092b950a1 /bin/fg21sim-webui
parent9516aec90f7f69b0e468d90e4f2d14a689b5e7db (diff)
downloadfg21sim-e5a05c8e3c77aa292b7dd9bc4a2682148be873ac.tar.bz2
webui: Some minor updates
Diffstat (limited to 'bin/fg21sim-webui')
-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__":