Remove debug print

This commit is contained in:
Griatch 2018-01-23 18:12:11 +01:00
parent 05b7d104ea
commit fd33a376fa

View file

@ -130,7 +130,6 @@ def _server_maintenance():
if _MAINTENANCE_COUNT % (3600 * 7) == 0:
# drop database connection every 7 hrs to avoid default timeouts on MySQL
# (see https://github.com/evennia/evennia/issues/1376)
print("Dropping database connection!")
connection.close()
# handle idle timeouts