witten
/
luminotes
Archived
1
0
Fork 0

Oops.. Debugging print was left in.

This commit is contained in:
Dan Helfman 2007-10-11 11:18:51 +00:00
parent b71b12fe50
commit eb3983af9c
1 changed files with 0 additions and 1 deletions

View File

@ -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