Remove debug print
This commit is contained in:
parent
dd457ef695
commit
607741872c
1 changed files with 0 additions and 1 deletions
|
|
@ -130,7 +130,6 @@ def _server_maintenance():
|
||||||
if _MAINTENANCE_COUNT % (3600 * 7) == 0:
|
if _MAINTENANCE_COUNT % (3600 * 7) == 0:
|
||||||
# drop database connection every 7 hrs to avoid default timeouts on MySQL
|
# drop database connection every 7 hrs to avoid default timeouts on MySQL
|
||||||
# (see https://github.com/evennia/evennia/issues/1376)
|
# (see https://github.com/evennia/evennia/issues/1376)
|
||||||
print("Dropping database connection!")
|
|
||||||
connection.close()
|
connection.close()
|
||||||
|
|
||||||
# handle idle timeouts
|
# handle idle timeouts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue