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
1 changed files with 0 additions and 1 deletions

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;