From dff1efa845d29e82bad33564a32f0562b1b62bb0 Mon Sep 17 00:00:00 2001 From: kokialgo Date: Thu, 28 Aug 2025 14:17:25 -0300 Subject: [PATCH] fix: remove ciruclar json stringify --- src/bots/kleros-liquid.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/bots/kleros-liquid.js b/src/bots/kleros-liquid.js index e41b4a3..de3e586 100644 --- a/src/bots/kleros-liquid.js +++ b/src/bots/kleros-liquid.js @@ -72,11 +72,6 @@ module.exports = async (web3, batchedSend) => { i, j ); - console.debug( - `Vote for dispute ${disputeID}, choice ${i}, index ${j}: ${JSON.stringify( - vote - )}` - ); if (vote.voted) { // increment vote count _voteCounters[vote.choice] = _voteCounters[vote.choice]