From a8fbd2451b498ad49356cf0e6a710616ab802465 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Sat, 7 May 2022 22:53:59 +0530 Subject: [PATCH] chore: Remove print statement --- .../hsn_wise_summary_of_outward_supplies.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py b/erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py index 687fef2f6ca..77e616a717e 100644 --- a/erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py +++ b/erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py @@ -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 = []