]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
removed print line
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Jan 2007 01:31:54 +0000 (01:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Jan 2007 01:31:54 +0000 (01:31 +0000)
lib/sqlalchemy/orm/strategies.py

index af52cd4e950f0ab5b89b1e41b86598bc8fc9a096..863f2e65d36e6db007cf16983cda9eb6afcaea39 100644 (file)
@@ -306,7 +306,6 @@ class LazyLoader(AbstractRelationLoader):
             if self.loads_polymorphic:
                 lazywhere.accept_visitor(sql_util.ClauseAdapter(select_table))
         
-        print "LAZY CLAUSE", self.key, str(select_table), str(lazywhere)    
         LazyLoader.logger.info("create_lazy_clause " + str(lazywhere))
         return (lazywhere, binds, reverse)