From 1e87966dd78deac4569383ddce184a3b3725e7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 21 Oct 2022 17:48:20 +0200 Subject: [PATCH] remove logs --- onlinetichu-counter.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {