]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
commented out print statement
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Feb 2006 00:50:22 +0000 (00:50 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Feb 2006 00:50:22 +0000 (00:50 +0000)
lib/sqlalchemy/mapping/objectstore.py

index d10396bc08792734537c78437c9b9c9630a8f169..f7c7a206cd2ec166485615cdb93051f0265073d2 100644 (file)
@@ -738,7 +738,7 @@ class UOWTask(object):
         if head is None:
             return None
 
-        print str(head)
+        #print str(head)
 
         def make_task_tree(node, parenttask):
             """takes a dependency-sorted tree of objects and creates a tree of UOWTasks"""