removed debug statement

This commit is contained in:
2021-04-27 21:37:38 +02:00
parent c07330a7c3
commit 35a8764f2f

View File

@@ -32,8 +32,7 @@ const nodeInit: NodeInitializer = (RED): void => {
let msg = { let msg = {
payload: event payload: event
} }
console.log("### EVENT ###")
console.log(event)
this.send(msg) this.send(msg)
}) })