chore: remove print statement

This commit is contained in:
Deepesh Garg 2022-12-20 10:00:53 +05:30
parent d0dbfec052
commit 068df9f815

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