chore: remove print statement

(cherry picked from commit 068df9f815)
This commit is contained in:
Deepesh Garg
2022-12-20 10:00:53 +05:30
committed by Mergify
parent 684a45f234
commit e5fd95bb21

View File

@@ -211,8 +211,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