aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-06-05 21:55:44 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-06-05 21:55:44 +0300
commita4a570137e9626cd226dbcecf2319c530505cca5 (patch)
tree9c6636aaab456d1e0a9844b749ea7adba4cc1b6d /app.py
parenta00b5db4ccc11a4602c50ce66c180a7a46eddde5 (diff)
Remove debug print
Diffstat (limited to 'app.py')
-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)