Skip to content

Commit e22c98c

Browse files
committed
refactor(db): remove print statement
1 parent 681da36 commit e22c98c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database/database.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def load_banned_users(self):
8989
return
9090

9191
for row in result:
92-
print(int(row["user_id"]))
9392
self._banned_users.add(int(row["user_id"]))
9493

9594
def get_banned_users(self):

0 commit comments

Comments
 (0)