From: richard Date: Wed, 25 Sep 2002 05:27:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c8d11d5ea3577e13e197ecf5d0ba873e7164fbfa;p=roundup.git *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1234 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/backends/rdbms_common.py b/roundup/backends/rdbms_common.py index 6f2c75b..f0acaee 100644 --- a/roundup/backends/rdbms_common.py +++ b/roundup/backends/rdbms_common.py @@ -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 @@ class Class(hyperdb.Class): 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()