From da4ccd666433582e407acecdfcad883fa1442cd9 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Fri, 1 Mar 2024 10:06:55 +0100 Subject: [PATCH] Remove debug logs --- view-webapp/src/main/webapp/js/tour-information.inc.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/view-webapp/src/main/webapp/js/tour-information.inc.js b/view-webapp/src/main/webapp/js/tour-information.inc.js index b2ee050..35c8318 100644 --- a/view-webapp/src/main/webapp/js/tour-information.inc.js +++ b/view-webapp/src/main/webapp/js/tour-information.inc.js @@ -177,7 +177,6 @@ onLoad(() => { stones: form.val('stones') } } - console.log(tour); if (typeof(tour_id) !== 'undefined') { api.putJson(`tour/${tour_id}`, tour) .then(tour => { @@ -228,7 +227,6 @@ onLoad(() => { } } } - console.log(tour); api.putJson(`tour/${tour_id}`, tour) .then(tour => { if (tour !== 'error') {