summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-01-23 14:50:23 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-01-23 14:50:23 -0500
commit761511f3f2418ea15547484d476f3c1553063328 (patch)
tree20f4fc154955ce0e3eab1ba31ef46fa112651b46
parent15b23c7f71c0ca8c526db2794b2c459c84875ab3 (diff)
downloadsqlalchemy-761511f3f2418ea15547484d476f3c1553063328.tar.gz
- remove this leftover commented pdb
-rw-r--r--lib/sqlalchemy/orm/query.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py
index 23fe9315a..10d635b8d 100644
--- a/lib/sqlalchemy/orm/query.py
+++ b/lib/sqlalchemy/orm/query.py
@@ -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