From 35a8764f2fefd5e7c247f630bdbd7add6deb752c Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 27 Apr 2021 21:37:38 +0200 Subject: [PATCH] removed debug statement --- src/nodes/TS3Event/TS3Event.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nodes/TS3Event/TS3Event.ts b/src/nodes/TS3Event/TS3Event.ts index a2e7402..ad939c5 100644 --- a/src/nodes/TS3Event/TS3Event.ts +++ b/src/nodes/TS3Event/TS3Event.ts @@ -32,8 +32,7 @@ const nodeInit: NodeInitializer = (RED): void => { let msg = { payload: event } - console.log("### EVENT ###") - console.log(event) + this.send(msg) })