# HG changeset patch # User desjagui@atchoum.iro.umontreal.ca # Date 1232344686 18000 # Node ID 886d8f289fb7f29fdbabfb78b065b4e3dc5aa54f # Parent 123ca7751a805088b8c0c1a55c4abbe814a59c71 remove debug prints diff -r 123ca7751a80 -r 886d8f289fb7 pylearn/dbdict/sql.py --- 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: