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

@@ -12,5 +12,4 @@ def execute():
where voucher_type = %s and voucher_no = %s""",
(entry['voucher_type'], entry['voucher_no']))
except Exception, e:
print entry
print e
pass