1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
This commit is contained in:
checktheroads
2019-05-12 23:33:32 -07:00
parent 810a906f2e
commit 419fe7b5db
4 changed files with 8 additions and 20 deletions

View File

@@ -34,20 +34,3 @@ def testserver():
if __name__ == "__main__":
main()
# for arg in sys.argv:
# if arg == "clearcache":
# try:
# hyperglass.hyperglass.app.clearcache()
# logger.info("Successfully cleared cache.")
# except:
# raise
# logger.error("Failed to clear cache.")
# elif arg == "test":
# try:
# render.css.renderTemplate()
# app.run(host="0.0.0.0", debug=True, port=5000)
# logger.error("Started test server.")
# except:
# logger.error("Failed to start test server.")
# raise