changeset 626:886d8f289fb7

remove debug prints
author desjagui@atchoum.iro.umontreal.ca
date Mon, 19 Jan 2009 00:58:06 -0500
parents 123ca7751a80
children 4e7781972999
files pylearn/dbdict/sql.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/dbdict/sql.py	Mon Jan 19 00:46:28 2009 -0500
+++ b/pylearn/dbdict/sql.py	Mon Jan 19 00:58:06 2009 -0500
@@ -221,13 +221,10 @@
 
     if session is None:
         s = db.session()
-        print 'here1'
     else:
         s = session
-        print 'here2'
 
     do_insert = force_dup or (None is s.query(db._Dict).filter(db._Dict.hash==jobhash).first())
-    print 'do_insert = ', do_insert
 
     rval = None
     if do_insert: