feat(cdash): Environement fixes
[csit.git] / csit.infra.dash / app / wsgi.py
index 101b6e2..3eb1d23 100644 (file)
@@ -17,5 +17,4 @@ from cdash import app
 
 if __name__ == "__main__":
     # Main entry point.
-    app.debug = True
     app.run(host="0.0.0.0")