From 583444261ee6f4d8fe5988bc8f6560b127929e8a Mon Sep 17 00:00:00 2001 From: Tobias Quadfasel Date: Wed, 4 Sep 2024 00:00:32 +0200 Subject: [PATCH] Removing unneccessary print call --- app/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/app.py b/app/app.py index 92bb713..85b6d46 100644 --- a/app/app.py +++ b/app/app.py @@ -366,5 +366,4 @@ def run_sql_query(n_clicks: int, value: str) -> str: server = app.server if __name__ == "__main__": - print("Hello!") app.run(debug=True)