remove logs

This commit is contained in:
Maximilian Keßler 2022-10-21 17:48:20 +02:00
parent 19fa4454a1
commit 1e87966dd7
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name onlinetichu.com card counter
// @version 1.3.1
// @version 1.3.2
// @description automatically count cards at onlinetichu.com
// @match *://*.onlinetichu.com/Site/Game/Table/*
// @author Maximilian Keßler
@ -502,7 +502,7 @@ function injectCounter() {
otc.$playerTichuCoefficient[dirs[i]].text('');
}
}
console.log('updated shown stats');
// console.log('updated shown stats');
}
}
}
@ -613,7 +613,7 @@ function injectCounter() {
// console.log(message);
// console.log('detected table state change event');
console.log(message.Table.Players);
// console.log(message.Table.Players);
// reset played cards at start of round
if(message.Table.Status == 'WaitForNextCards' && otc.totalPlayed.length != 0) {