From aef24bc7a682507e3d353ec938b25a8ccedc524d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?In=C3=A8s=20Yeterian?= <ines.yeterian@student-cs.fr>
Date: Sun, 16 Jan 2022 20:20:03 +0100
Subject: [PATCH] try to speak mangoose

---
 backend/routes/routesToucan.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/backend/routes/routesToucan.js b/backend/routes/routesToucan.js
index 7aa39a9..7520bf1 100644
--- a/backend/routes/routesToucan.js
+++ b/backend/routes/routesToucan.js
@@ -156,7 +156,6 @@ router.route("/img/:id")
 
     router.get('/pdf/url', (req, res) => {
         try {  
-              console.log(req.params.url);
               urltoucans.
               match({urlId: 'boule-2022'}).
               exec((err,data) => {
-- 
GitLab