remove logs
This commit is contained in:
parent
19fa4454a1
commit
1e87966dd7
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue