diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-06-05 21:55:44 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-06-05 21:55:44 +0300 |
| commit | a4a570137e9626cd226dbcecf2319c530505cca5 (patch) | |
| tree | 9c6636aaab456d1e0a9844b749ea7adba4cc1b6d /app.py | |
| parent | a00b5db4ccc11a4602c50ce66c180a7a46eddde5 (diff) | |
Remove debug print
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
