Skip to content

Commit 0790b4e

Browse files
author
Richard Jones
committed
sigh
1 parent bc56486 commit 0790b4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roundup/backends/rdbms_common.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: rdbms_common.py,v 1.50 2003-03-26 05:28:32 richard Exp $
1+
# $Id: rdbms_common.py,v 1.51 2003-03-26 05:29:06 richard Exp $
22
''' Relational database (SQL) backend common code.
33
44
Basics:
@@ -1781,7 +1781,6 @@ def filter(self, search_matches, filterspec, sort=(None,None),
17811781
where = []
17821782
args = []
17831783
a = self.db.arg
1784-
print filterspec
17851784
for k, v in filterspec.items():
17861785
propclass = props[k]
17871786
# now do other where clause stuff
@@ -1931,7 +1930,6 @@ def filter(self, search_matches, filterspec, sort=(None,None),
19311930
print >>hyperdb.DEBUG, 'filter', (self, sql, args)
19321931
self.db.cursor.execute(sql, args)
19331932
l = self.db.cursor.fetchall()
1934-
print sql, l
19351933

19361934
# return the IDs (the first column)
19371935
# XXX The filter(None, l) bit is sqlite-specific... if there's _NO_

0 commit comments

Comments
 (0)