diff --git a/plugins/eos/main.js b/plugins/eos/main.js index 26d1773..2160eac 100644 --- a/plugins/eos/main.js +++ b/plugins/eos/main.js @@ -149,7 +149,6 @@ exports.data = function (device, osc) { const listIndex = p[6]; const listCount = p[7]; const cueNumber = osc.args[1]; - console.log(cueNumber+" changed") device.send(`/eos/get/cue/${cueList}/${cueNumber}`);