remove logging and commented code

This commit is contained in:
2023-01-09 09:11:52 -06:00
parent 5ccb3c0828
commit 0d235b5c61
7 changed files with 1 additions and 23 deletions
-1
View File
@@ -287,7 +287,6 @@ exports.data = function data(_device, oscData) {
} else if (match(oscAddressParts, ['update', 'workspace', '*', 'dashboard'])) {
// this workspace might be new, let's check
if (device.data.workspaces[oscAddressParts[2]] === undefined) {
console.log('new workspace!');
device.send('/workspaces');
}
} else if (match(oscAddressParts, ['update', 'workspace', '*', 'cueList', '*', 'playbackPosition'])) {