diff options
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/orm/mapper.py | 2 |
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 |
