From: Mike Bayer Date: Thu, 23 Jan 2014 19:50:23 +0000 (-0500) Subject: - remove this leftover commented pdb X-Git-Tag: rel_0_9_2~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=761511f3f2418ea15547484d476f3c1553063328;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - remove this leftover commented pdb --- diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py index 23fe9315a5..10d635b8d0 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