From 9666e8a6439d8221e42b8b629dbe4b8c582d7a38 Mon Sep 17 00:00:00 2001 From: Omran NAJJAR Date: Tue, 29 Aug 2023 10:31:28 +0200 Subject: [PATCH] Less logs --- frontend/src/components/Layout/Feedback/Feedback.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Layout/Feedback/Feedback.js b/frontend/src/components/Layout/Feedback/Feedback.js index 198b77ff..0fbe644c 100644 --- a/frontend/src/components/Layout/Feedback/Feedback.js +++ b/frontend/src/components/Layout/Feedback/Feedback.js @@ -282,13 +282,13 @@ const Feedback = (props) => { const map = useMapEvents({ zoomend: (e) => { const { _animateToZoom } = e.target; - console.log("zoomend", e, _animateToZoom); + // console.log("zoomend", e, _animateToZoom); setZoom(_animateToZoom); }, moveend: (e) => { const { _animateToZoom, _layers } = e.target; - console.log("moveend", e, e.target.getBounds()); - console.log("zoom is", _animateToZoom); + // console.log("moveend", e, e.target.getBounds()); + // console.log("zoom is", _animateToZoom); // console.log("see the map ", map); if (_animateToZoom >= 18) {