mirror of https://git.48k.eu/ogcp
templates: remove console.log statement in mode.html
Remove print statement generating noise in the browser logsmaster
parent
a637a958b0
commit
664ad2bf7b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue