chore: Remove print statement

(cherry picked from commit a8fbd2451b498ad49356cf0e6a710616ab802465)
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 0574747..7323def 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_merged_data(columns, data):
-	print(data)
 	merged_hsn_dict = {}  # to group same hsn under one key and perform row addition
 	result = []