]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove print statement
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2006 15:53:34 +0000 (15:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2006 15:53:34 +0000 (15:53 +0000)
lib/sqlalchemy/orm/mapper.py

index 0eee8f26b36615cfab9321aac7fde594cd096915..3fb5bc000c596847ea8ed87f3752604d9f6a9edb 100644 (file)
@@ -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