diff roundup/backends/rdbms_common.py @ 1212:8372eec95841

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Wed, 25 Sep 2002 05:27:29 +0000
parents 0df08772f166
children bc3bc3248dd1
line wrap: on
line diff
--- a/roundup/backends/rdbms_common.py	Wed Sep 25 05:27:18 2002 +0000
+++ b/roundup/backends/rdbms_common.py	Wed Sep 25 05:27:29 2002 +0000
@@ -1,4 +1,4 @@
-# $Id: rdbms_common.py,v 1.17 2002-09-25 04:56:21 richard Exp $
+# $Id: rdbms_common.py,v 1.18 2002-09-25 05:27:29 richard Exp $
 
 # standard python modules
 import sys, os, time, re, errno, weakref, copy
@@ -1780,7 +1780,6 @@
         args = tuple(args)
         if __debug__:
             print >>hyperdb.DEBUG, 'filter', (self, sql, args)
-        print sql
         self.db.cursor.execute(sql, args)
         l = self.db.cursor.fetchall()
 

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