Removing unneccessary print call

This commit is contained in:
Tobias Quadfasel
2024-09-04 00:00:32 +02:00
parent 65aa4800fc
commit 583444261e

View File

@@ -366,5 +366,4 @@ def run_sql_query(n_clicks: int, value: str) -> str:
server = app.server server = app.server
if __name__ == "__main__": if __name__ == "__main__":
print("Hello!")
app.run(debug=True) app.run(debug=True)