mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Remove debug print
This commit is contained in:
parent
05b7d104ea
commit
fd33a376fa
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue