chore: Remove print statement

This commit is contained in:
Deepesh Garg
2022-05-07 22:53:59 +05:30
parent b0e929b8ae
commit a8fbd2451b

View File

@@ -218,7 +218,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 = []