From 2d2c73b7e118a857e072e06a5ebcb163f387b5d9 Mon Sep 17 00:00:00 2001 From: Sachin Thakur Date: Wed, 23 Jan 2019 12:59:53 +0530 Subject: [PATCH] unwanted logs removed --- Partners/delhivery.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Partners/delhivery.js b/Partners/delhivery.js index e5c9595..849d6d6 100644 --- a/Partners/delhivery.js +++ b/Partners/delhivery.js @@ -60,7 +60,6 @@ module.exports = Template.extend('Delhivery', { if(input.order_type === 'delivery' || input.order_type === 'sbs' || input.order_type === 'forward_p2p') { var ship = _.extend(_.pick(inp, ["waybill", "to_name", "order", "products_desc", "order_date", "total_amount", "cod_amount", "to_add", "to_city", "to_state", "to_country", "to_phone", "to_pin", "weight", "quantity"]), return_details); var pickup = _.pick(inp, ["from_add", "from_city", "from_state", "from_country", "from_name", "from_phone", "from_pin", "name"]); - console.log(ship); for (item in ship) { if (item.indexOf("to_") == 0) { ship[item.slice(3)] = ship[item]; @@ -281,8 +280,6 @@ module.exports = Template.extend('Delhivery', { }, }; function callback(error, response, body) { - console.log(JSON.stringify(options.body) ); - console.log(JSON.stringify(body)); if (error) { params.set({ success: false