removed debug statement
This commit is contained in:
@@ -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)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user