Remove commented-out code in MySession.execute method for cleaner implementation

1 parent f1f27caf
......@@ -13,8 +13,6 @@ _logging = logging.getLogger(__name__)
class MySession(Session):
def execute(self, clause, params=None, mapper=None, **kw):
# Your magic with clause here
# print("Session:", clause, params, mapper, kw)
return Session.execute(self, clause, params) # , mapper
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!