From eb3983af9c4ad273131f5f6210517adc6c7f8292 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 11 Oct 2007 11:18:51 +0000 Subject: [PATCH] Oops.. Debugging print was left in. --- controller/Database.py | 1 - 1 file changed, 1 deletion(-) 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