Skip to content

Commit

Permalink
removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed May 10, 2007
1 parent 6336845 commit 777a763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/z3c/sqlalchemy/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def getMapper(self, name, schema='public'):

if name in self._model.keys():
d = self._model[name]
print d
if d.has_key('entity'):
entity = d['entity']
from copy import deepcopy
Expand Down

0 comments on commit 777a763

Please sign in to comment.