]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
removed print
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Mar 2006 17:06:49 +0000 (17:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Mar 2006 17:06:49 +0000 (17:06 +0000)
lib/sqlalchemy/mapping/properties.py

index 192ba3fc57b0cc261f1d20afe2d66c47f14cc73f..beda26ad742e252e8e2e7a66ed1ae0b3bc194875 100644 (file)
@@ -645,7 +645,6 @@ def create_lazy_clause(table, primaryjoin, secondaryjoin, foreignkey):
     lazywhere = lazywhere.copy_container()
     li = BinaryVisitor(visit_binary)
     lazywhere.accept_visitor(li)
-    print "OK LAZYWHERE, START WITH TAB", table, "PJ", primaryjoin, "SEC", secondaryjoin, "GOT", lazywhere
     return (lazywhere, binds)