fix: Remove some unnecessary logs

This commit is contained in:
2025-02-05 14:53:33 +11:00
parent ab7749ef93
commit afc227b5b4
3 changed files with 2 additions and 16 deletions

View File

@@ -42,11 +42,3 @@ if __name__ == '__main__':
print(f'Press Ctrl+C to stop the server', flush=True)
print(f'Serving on http://0.0.0.0:5000/', flush=True)
serve(app, host="0.0.0.0", port=5000, threads=threads)