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) })