From 85c137b3aa55750005901799a005a0f69d9dc27a 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 (cherry picked from commit a8fbd2451b498ad49356cf0e6a710616ab802465) --- .../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 057474782d4..7323def2a4e 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 @@ -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 = []