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 ce5065b132
commit a86b8eada9

View File

@@ -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