diff --git a/frontend.py b/frontend.py
index 894f6c5..6b4fe15 100755
--- a/frontend.py
+++ b/frontend.py
@@ -259,7 +259,6 @@ application = bottle.default_app()
 bottle.install(SessionPlugin('/'))
 
 if __name__ == '__main__':
-    # testing only
     bottle.run(host="0.0.0.0", port=config["web"]["port"])
 else:
     application.catchall = False