Skip to content

Commit

Permalink
Even even fewer useless messages
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Jul 26, 2014
1 parent 0cb19a4 commit f79790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookworm/CreateDatabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def query(self, sql):
cursor = self.conn.cursor()
cursor.execute(sql)
except:
print "\n" + sql + "\n"
#sys.stderr.write("Query failed: \n" + sql + "\n")
raise
return cursor

Expand Down

0 comments on commit f79790f

Please sign in to comment.