mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove superfluous console.log from debug node
This commit is contained in:
parent
b201828236
commit
9c22a770ef
@ -186,7 +186,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
console.log(o);
|
//console.log(o);
|
||||||
var name = sanitize(((o.name?o.name:o.id)||"").toString());
|
var name = sanitize(((o.name?o.name:o.id)||"").toString());
|
||||||
var topic = sanitize((o.topic||"").toString());
|
var topic = sanitize((o.topic||"").toString());
|
||||||
var property = sanitize(o.property?o.property:'');
|
var property = sanitize(o.property?o.property:'');
|
||||||
|
Loading…
Reference in New Issue
Block a user