From 1aad5a171e0963424342e8831048b504faf820ae Mon Sep 17 00:00:00 2001 From: Harunobu Ishii Date: Tue, 26 Mar 2024 14:28:20 -0400 Subject: [PATCH] uncommented console.log from jiff-client-websockets --- dist/jiff-client-websockets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/jiff-client-websockets.js b/dist/jiff-client-websockets.js index 6d0e792a7..724868af8 100644 --- a/dist/jiff-client-websockets.js +++ b/dist/jiff-client-websockets.js @@ -151,7 +151,7 @@ module.exports = function (jiffClient) { * @memberof handlers */ jiffClient.handlers.connected = function () { - // console.log('Connected!', jiffClient.id); // TODO: remove debugging + jiffClient.initialization_counter++; if (jiffClient.secret_key == null && jiffClient.public_key == null) {