From 15ac62ca8376fb3dc287098db7d21d7a094887e2 Mon Sep 17 00:00:00 2001 From: Stefan Bohacek Date: Wed, 30 Aug 2023 13:03:08 -0400 Subject: [PATCH] Removed logging. --- routes/extract-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/extract-data.js b/routes/extract-data.js index 626284a..efdf1c4 100644 --- a/routes/extract-data.js +++ b/routes/extract-data.js @@ -15,7 +15,7 @@ const router = express.Router(); router.post("/", upload, async (req, res) => { const {file} = req; - console.log({file}); + // console.log({file}); let data = {}; if (file) {