remove message that may result in too many messages to QLab

This commit is contained in:
sparks-alec
2024-11-02 22:16:38 -04:00
parent 97c118bf99
commit 75ac344846
+1 -1
View File
@@ -73,7 +73,7 @@ exports.data = function data(_device, oscData) {
return;
}
if (json.status === 'error') {
device.send('/workspaces');
// device.send('/workspaces');
return;
}
}