aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.py b/app.py
index 125702c..0bd832f 100644
--- a/app.py
+++ b/app.py
@@ -44,7 +44,6 @@ def background_thread():
time.sleep(0.1)
def create_app() -> Flask:
- print("Running create app!")
threading.Thread(target=background_thread, daemon=True).start()
app = Flask(__name__)
Compress(app)