mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove console.log
This commit is contained in:
parent
da96c85d32
commit
160ca6add4
@ -386,7 +386,6 @@ var RED = (function() {
|
||||
}
|
||||
});
|
||||
RED.comms.subscribe("notification/node/#",function(topic,msg) {
|
||||
console.log(topic,msg);
|
||||
var i,m;
|
||||
var typeList;
|
||||
var info;
|
||||
|
Loading…
Reference in New Issue
Block a user