removed debug statement
This commit is contained in:
@@ -32,8 +32,7 @@ const nodeInit: NodeInitializer = (RED): void => {
|
||||
let msg = {
|
||||
payload: event
|
||||
}
|
||||
console.log("### EVENT ###")
|
||||
console.log(event)
|
||||
|
||||
this.send(msg)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user