From e5a05c8e3c77aa292b7dd9bc4a2682148be873ac Mon Sep 17 00:00:00 2001
From: Aaron LI <aaronly.me@outlook.com>
Date: Wed, 9 Nov 2016 23:38:15 +0800
Subject: webui: Some minor updates

---
 bin/fg21sim-webui | 2 --
 1 file changed, 2 deletions(-)

(limited to 'bin/fg21sim-webui')

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__":
-- 
cgit v1.2.2