summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-07-18 15:53:34 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-07-18 15:53:34 +0000
commit2fe8b6fc8b0d41b604e700e4e43df8c258e61cbe (patch)
tree5dd0426d4f0d46a80899ba98299f001b5ababc3e /lib/sqlalchemy/orm
parent4a02ef1c091d6ab0ee0cac1f2e42e697d62b5f98 (diff)
downloadsqlalchemy-2fe8b6fc8b0d41b604e700e4e43df8c258e61cbe.tar.gz
remove print statement
Diffstat (limited to 'lib/sqlalchemy/orm')
-rw-r--r--lib/sqlalchemy/orm/mapper.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sqlalchemy/orm/mapper.py b/lib/sqlalchemy/orm/mapper.py
index 0eee8f26b..3fb5bc000 100644
--- a/lib/sqlalchemy/orm/mapper.py
+++ b/lib/sqlalchemy/orm/mapper.py
@@ -203,8 +203,6 @@ class Mapper(object):
for ext in extlist:
self.extension.elements.append(ext)
- print "EXTENSIONS COMPILED", self.class_, self.extension.elements
-
def _compile_inheritance(self):
"""determines if this Mapper inherits from another mapper, and if so calculates the mapped_table
for this Mapper taking the inherited mapper into account. for joined table inheritance, creates