From cbd4d7428ffe98d8980aefa838c836ab1f2ba094 Mon Sep 17 00:00:00 2001 From: FabriceKurmann Date: Tue, 2 Jul 2024 10:21:03 -0700 Subject: [PATCH] Removing console.logs. --- static/js/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/main.js b/static/js/main.js index 8be9004..cdd4145 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -297,7 +297,6 @@ function flipScreenshot(screenshot_id, flip_vertical) { // Edit the global video record (which may change screenshots). function editVideo(element, field) { - console.log("Edit video"); if (field === 'name') { window.shark.info['video']['name'] = element.value; @@ -345,7 +344,6 @@ function editVideo(element, field) { // Edit the global screenshot record. function editScreenshot(element, id, field) { - console.log("Edit screenshot"); window.shark.screenshots[id][field] = element.value; if (field === 'name') {