diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-09 23:38:15 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-09 23:38:15 +0800 |
commit | e5a05c8e3c77aa292b7dd9bc4a2682148be873ac (patch) | |
tree | c029101511d50420876120ef20ea23e092b950a1 /bin | |
parent | 9516aec90f7f69b0e468d90e4f2d14a689b5e7db (diff) | |
download | fg21sim-e5a05c8e3c77aa292b7dd9bc4a2682148be873ac.tar.bz2 |
webui: Some minor updates
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fg21sim-webui | 2 |
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__": |