From a5bec0f7f3b79a98c0dc952be7fe6fee742198f6 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Thu, 9 Jan 2020 02:30:22 +0100 Subject: [PATCH] remove logs on update request --- controllers/integration.js | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/integration.js b/controllers/integration.js index 2c538aa..83c7016 100644 --- a/controllers/integration.js +++ b/controllers/integration.js @@ -232,7 +232,6 @@ const deleteFees = (req, res) => { const updateFees = (req, res) => { const updateData = req.body; - console.log(updateData); const dateRange = updateData.dateRange ? updateData.dateRange : null; const incidents = updateData.updatedIncidentsData ? updateData.updatedIncidentsData : null; const memberId = updateData.memberId ? updateData.memberId : null;