mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
chore: remove print statement
This commit is contained in:
@@ -210,8 +210,6 @@ def get_account_type_based_gl_data(company, filters=None):
|
||||
filters,
|
||||
)
|
||||
|
||||
print(gl_sum)
|
||||
|
||||
return gl_sum[0] if gl_sum and gl_sum[0] else 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user