diff --git a/onlinetichu-counter.js b/onlinetichu-counter.js index 593381d..f53dd6b 100644 --- a/onlinetichu-counter.js +++ b/onlinetichu-counter.js @@ -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) {