From 2fe8b6fc8b0d41b604e700e4e43df8c258e61cbe Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 18 Jul 2006 15:53:34 +0000 Subject: [PATCH] remove print statement --- lib/sqlalchemy/orm/mapper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sqlalchemy/orm/mapper.py b/lib/sqlalchemy/orm/mapper.py index 0eee8f26b3..3fb5bc000c 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 -- 2.47.2