Removed repetitive logging on slider move.

10.8-maintenance
Michael Keller 2021-10-10 13:59:27 +13:00
parent bd2640b2af
commit f98c2966c7
1 changed files with 1 additions and 1 deletions

View File

@ -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: