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') {