Skip to content

Commit d1976ed

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent ed00272 commit d1976ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roundup/backends/rdbms_common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: rdbms_common.py,v 1.17 2002-09-25 04:56:21 richard Exp $
1+
# $Id: rdbms_common.py,v 1.18 2002-09-25 05:27:29 richard Exp $
22

33
# standard python modules
44
import sys, os, time, re, errno, weakref, copy
@@ -1780,7 +1780,6 @@ def filter(self, search_matches, filterspec, sort, group):
17801780
args = tuple(args)
17811781
if __debug__:
17821782
print >>hyperdb.DEBUG, 'filter', (self, sql, args)
1783-
print sql
17841783
self.db.cursor.execute(sql, args)
17851784
l = self.db.cursor.fetchall()
17861785

0 commit comments

Comments
 (0)