fix: remove random print

This commit is contained in:
Spoked
2024-06-28 20:16:00 -05:00
parent d5b76327db
commit 2b74a5053d
+1 -2
View File
@@ -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."""