Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 25 Sep 2002 05:27:29 +0000 (05:27 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 25 Sep 2002 05:27:29 +0000 (05:27 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1234 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/backends/rdbms_common.py

index 6f2c75b99803bcddc7300c32aa37c89d47cb6fed..f0acaee844380fd52efd0e0b019a00adec0af9d2 100644 (file)
@@ -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()