1
0
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:
Nick O'Leary 2021-01-07 10:37:41 +00:00
parent da96c85d32
commit 160ca6add4
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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;