]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- remove this leftover commented pdb
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Jan 2014 19:50:23 +0000 (14:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Jan 2014 19:50:23 +0000 (14:50 -0500)
lib/sqlalchemy/orm/query.py

index 23fe9315a52a9bebf41af64dd04f5a888a5fe0c6..10d635b8d050ed17b3795925dda33ec9ff067982 100644 (file)
@@ -2750,11 +2750,6 @@ class Query(object):
             # "load from explicit FROMs" mode,
             # i.e. when select_from() or join() is used
             context.froms = list(context.from_clause)
-            # this would fix...
-            #import pdb
-            #pdb.set_trace()
-            #context.froms += tuple(context.from_clause)
-
         else:
             # "load from discrete FROMs" mode,
             # i.e. when each _MappedEntity has its own FROM