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;