removed print statements

This commit is contained in:
Nabin Hait
2013-04-09 17:43:36 +05:30
parent 5639035268
commit 97f6843b1c
9 changed files with 6 additions and 25 deletions

View File

@@ -34,10 +34,8 @@ def execute():
except Exception, e:
# if duplicate entry, then dont update
if e[0]!=1062:
print webnotes.getTraceback()
raise e
print change_map
changed_keys = change_map.keys()
@@ -61,6 +59,5 @@ def execute():
except Exception, e:
if e[0]!=1146:
print webnotes.getTraceback()
raise e