From 11663bd858ac97a0fb6f61bf41115005762af908 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 21:05:06 +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 4d2a4ae..485ee27 100644
--- a/backend/routes/routesToucan.js
+++ b/backend/routes/routesToucan.js
@@ -174,7 +174,6 @@ router.get('/pdf/:urlId', (req, res) => {
 
 router.get('/pdf/url', (req, res) => {
             try {  
-                  console.log(req.params.url);
                   urltoucans.
                   match({urlId: 'boule-2022'}).
                   exec((err,data) => {
-- 
GitLab