mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
removed print statements
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user