From 00723801ccdcc4946d60a89d695865f108b4551d Mon Sep 17 00:00:00 2001 From: starnakin Date: Sun, 4 Jun 2023 12:32:28 +0200 Subject: [PATCH] remove useless print --- Database.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Database.py b/Database.py index 63b4784..3a0241c 100644 --- a/Database.py +++ b/Database.py @@ -44,7 +44,6 @@ class Database: command += f"{key} {value}, " command = command[:-2] command += ")" - print (command) self.cursor.execute(command) def create_user_table(self):