diff --git a/controller/Database.py b/controller/Database.py index 1b10d0e..a3ea79d 100644 --- a/controller/Database.py +++ b/controller/Database.py @@ -98,7 +98,6 @@ class Database( object ): cursor.execute( sql_command ) row = self.__row_to_unicode( cursor.fetchone() ) - print row if not row: return None