X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.dash%2Fapp%2Fwsgi.py;h=f907d4ae000d115d7eff41cb744133d8042dd307;hb=c9406116477c30590e002809993a9d692b78d25c;hp=101b6e25ac4db7156a5d3caecb93eff5997e2609;hpb=af8e703eb180e46ca65ff0c165a21f2261896548;p=csit.git diff --git a/csit.infra.dash/app/wsgi.py b/csit.infra.dash/app/wsgi.py index 101b6e25ac..f907d4ae00 100644 --- a/csit.infra.dash/app/wsgi.py +++ b/csit.infra.dash/app/wsgi.py @@ -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")