C-Dash: Change the year in the copyright message.
[csit.git] / csit.infra.dash / app / wsgi.py
index 101b6e2..f907d4a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 Cisco and/or its affiliates.
+# Copyright (c) 2023 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -17,5 +17,4 @@ from cdash import app
 
 if __name__ == "__main__":
     # Main entry point.
-    app.debug = True
     app.run(host="0.0.0.0")