[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/mapper.py removed debug code

Andreas Jung andreas at andreas-jung.com
Sun May 13 07:40:06 EDT 2007


Log message for revision 75713:
  removed debug code
  

Changed:
  U   z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/mapper.py

-=-
Modified: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/mapper.py
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/mapper.py	2007-05-13 11:28:48 UTC (rev 75712)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/mapper.py	2007-05-13 11:40:06 UTC (rev 75713)
@@ -157,7 +157,6 @@
 
             # find all dependent tables (referencing the current table)
             for table_refname in dependent_table_names:
-                import pdb; pdb.set_trace() 
                 # create or get a mapper for the referencing table
                 table_ref_mapper = self.getMapper(table_refname)
 



More information about the Checkins mailing list