From fc458b682743e34063666f67d15929f66659e63e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 29 Dec 2022 13:28:11 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartsocket.classes.smartsocketclient.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7bb46ce..3c3e688 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartsocket', - version: '2.0.13', + version: '2.0.14', description: 'easy and secure websocket communication' } diff --git a/ts/smartsocket.classes.smartsocketclient.ts b/ts/smartsocket.classes.smartsocketclient.ts index 8b3a397..c1066fc 100644 --- a/ts/smartsocket.classes.smartsocketclient.ts +++ b/ts/smartsocket.classes.smartsocketclient.ts @@ -96,11 +96,11 @@ export class SmartsocketClient { webUrlArg: 'https://cdn.jsdelivr.net/npm/socket.io-client@4/dist/socket.io.js', getFunction: () => { const socketIoBrowserModule = (globalThis as any).io; - console.log('loaded socket.io for browser'); + // console.log('loaded socket.io for browser'); return socketIoBrowserModule; }, }); - console.log(socketIoClient); + // console.log(socketIoClient); logger.log('info', 'trying to connect...'); const socketUrl = `${this.serverUrl}:${this.serverPort}`; this.socketConnection = new SocketConnection({