Remove redundant shutdown message from gunicorn

This commit is contained in:
yangdx 2025-11-01 12:52:22 +08:00
parent bc8a8842c5
commit 6d4a55100e

View file

@ -133,7 +133,6 @@ def on_exit(server):
print("Finalizing shared storage...")
finalize_share_data()
print("Gunicorn shutdown complete")
print("=" * 80)
print("=" * 80)