chore: Remove print statement

(cherry picked from commit a8fbd2451b)
This commit is contained in:
Deepesh Garg
2022-05-07 22:53:59 +05:30
committed by Mergify
parent 3ae4b9033f
commit 85c137b3aa

View File

@@ -260,7 +260,6 @@ def get_tax_accounts(
def get_merged_data(columns, data):
print(data)
merged_hsn_dict = {} # to group same hsn under one key and perform row addition
result = []