diff roundup/backends/rdbms_common.py @ 1172:e7e56ad506de

removed debugging
author Richard Jones <richard@users.sourceforge.net>
date Thu, 19 Sep 2002 03:56:20 +0000
parents 8784a11f8c2f
children 58f1a2c174ed
line wrap: on
line diff
--- a/roundup/backends/rdbms_common.py	Thu Sep 19 03:39:48 2002 +0000
+++ b/roundup/backends/rdbms_common.py	Thu Sep 19 03:56:20 2002 +0000
@@ -1,4 +1,4 @@
-# $Id: rdbms_common.py,v 1.4 2002-09-19 03:39:48 richard Exp $
+# $Id: rdbms_common.py,v 1.5 2002-09-19 03:56:20 richard Exp $
 
 # standard python modules
 import sys, os, time, re, errno, weakref, copy
@@ -1724,10 +1724,8 @@
         if __debug__:
             print >>hyperdb.DEBUG, 'filter', (self, sql, args)
         cursor = self.db.conn.cursor()
-        print (sql, args)
         cursor.execute(sql, args)
         l = cursor.fetchall()
-        print l
 
         # return the IDs (the first column)
         # XXX The filter(None, l) bit is sqlite-specific... if there's _NO_

Roundup Issue Tracker: http://roundup-tracker.org/