From c07330a7c3be169eed5e95db19b6d7e0150342e5 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 27 Apr 2021 21:36:56 +0200 Subject: [PATCH] removed log --- src/nodes/TS3Event/TS3Event.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodes/TS3Event/TS3Event.ts b/src/nodes/TS3Event/TS3Event.ts index 64f8f84..a2e7402 100644 --- a/src/nodes/TS3Event/TS3Event.ts +++ b/src/nodes/TS3Event/TS3Event.ts @@ -26,7 +26,7 @@ const nodeInit: NodeInitializer = (RED): void => { (async() =>{ const client = await ts3Config.getConnection() - this.warn("added: " + config.selection) + // HACK: like above i dont know how to use typescript client.addListener(config.selection,(event: any)=>{ let msg = {