summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/attributes.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/attributes.py')
-rw-r--r--lib/sqlalchemy/attributes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sqlalchemy/attributes.py b/lib/sqlalchemy/attributes.py
index d84ece1f6..f87f4de9d 100644
--- a/lib/sqlalchemy/attributes.py
+++ b/lib/sqlalchemy/attributes.py
@@ -242,8 +242,6 @@ class MTOBackrefExtension(AttributeExtension):
getattr(oldchild, self.key).remove(obj)
if child is not None:
getattr(child, self.key).append(obj)
-# getattr(child, self.key).append(obj)
-
class AttributeManager(object):
"""maintains a set of per-attribute history container objects for a set of objects."""
def __init__(self):