[minor] removed debug
diff --git a/accounts/utils.py b/accounts/utils.py
index fa93cb0..4ca1b3a 100644
--- a/accounts/utils.py
+++ b/accounts/utils.py
@@ -351,4 +351,4 @@
 			webnotes.conn.sql("""update `tabGL Entry` set %s = %s + %s
 				where voucher_type = %s and voucher_no = %s and %s > 0 limit 1""" %
 				(dr_or_cr, dr_or_cr, '%s', '%s', '%s', dr_or_cr), 
-				(d.diff, d.voucher_type, d.voucher_no), debug=1)
\ No newline at end of file
+				(d.diff, d.voucher_type, d.voucher_no))
\ No newline at end of file