Skip to content

Commit bd24652

Browse files
author
Richard Jones
committed
removed debugging
1 parent d63ac8c commit bd24652

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.4 2002-09-19 03:39:48 richard Exp $
1+
# $Id: rdbms_common.py,v 1.5 2002-09-19 03:56:20 richard Exp $
22

33
# standard python modules
44
import sys, os, time, re, errno, weakref, copy
@@ -1724,10 +1724,8 @@ def filter(self, search_matches, filterspec, sort, group):
17241724
if __debug__:
17251725
print >>hyperdb.DEBUG, 'filter', (self, sql, args)
17261726
cursor = self.db.conn.cursor()
1727-
print (sql, args)
17281727
cursor.execute(sql, args)
17291728
l = cursor.fetchall()
1730-
print l
17311729

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

0 commit comments

Comments
 (0)