summaryrefslogtreecommitdiffstats
path: root/ogcp
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp')
-rw-r--r--ogcp/templates/actions/mode.html1
1 files changed, 0 insertions, 1 deletions
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() + '<br>mode: ' + mode);
break;