Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/js/msp/MSPHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
break;

case MSPCodes.MSP_SET_TUNING_SLIDERS:
console.log("Tuning Sliders data sent");
// This is done in a loop whenever the sliders are moved. Avoid logging to optimise the performance.
break;

case MSPCodes.MSP_TUNING_SLIDERS:
Expand Down