diff --git a/main.py b/main.py index 2d609c8..dd1a32b 100644 --- a/main.py +++ b/main.py @@ -135,7 +135,6 @@ def Run_Report(ticket, URL, HOST, REPORT_FIELDS, ws, wb): y = bs(getShipping, "lxml") for w in y.find_all('fval'): shippingcost.append(float(w.text)) - print(shippingcost) # Add Shipping Charge column. Set header and make bold ws.insert_cols(4)