From be48e67b3a90831de3954f46262534734eae1a96 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 10 Sep 2017 12:58:40 +0000 Subject: [PATCH] Remove debugging print --- yaboli/database.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yaboli/database.py b/yaboli/database.py index c14863d..1d6e359 100644 --- a/yaboli/database.py +++ b/yaboli/database.py @@ -21,7 +21,6 @@ class PooledConnection: async def open(self): self.connection = await self._pool._request() - print(self.connection) async def close(self): conn = self.connection