remove debug console log

This commit is contained in:
sparks-alec
2021-11-13 17:22:39 -05:00
parent d2a52f079e
commit 65cb11c0cc
-1
View File
@@ -90,7 +90,6 @@ exports.data = function(device, buf){
device.send(Buffer.from("/ch/"+addr[1]+"/mix/fader\u0000\u0000\u0000\u0000"));
}else if(msg[0].indexOf("/config/name")>0){
console.log(msg);
var addr = parseAddress(msg[0]);
var channel = Number(addr[1]);
device.data.channelNames[channel-1] = msg[4];