mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
fix: remove random print
This commit is contained in:
+1
-2
@@ -26,8 +26,7 @@ async def teardown_database():
|
||||
try:
|
||||
await database.disconnect()
|
||||
except Exception as e:
|
||||
# Log the exception or handle it as needed
|
||||
print(f"Error tearing down the database: {e}")
|
||||
logger.error(f"Error tearing down the database: {e}")
|
||||
|
||||
def write_config():
|
||||
"""Write the config file."""
|
||||
|
||||
Reference in New Issue
Block a user