From 664ad2bf7bad8014c024ce1b0f247f394a2fcaa4 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Mon, 17 Jun 2024 09:49:30 +0200 Subject: templates: remove console.log statement in mode.html Remove print statement generating noise in the browser logs --- ogcp/templates/actions/mode.html | 1 - 1 file changed, 1 deletion(-) (limited to 'ogcp/templates/actions/mode.html') diff --git a/ogcp/templates/actions/mode.html b/ogcp/templates/actions/mode.html index c765f4b..7cefd15 100644 --- a/ogcp/templates/actions/mode.html +++ b/ogcp/templates/actions/mode.html @@ -57,7 +57,6 @@ $('.badge-pill').each(function(index) { for (const mode in modesSet) { for (const clientName of modesSet[mode]) { - console.log(mode, clientName, $(this).html()) if ($(this).html().includes(clientName)) { $(this).html($(this).html() + '
mode: ' + mode); break; -- cgit v1.2.3-18-g5258