1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

Removed repetitive logging on slider move.

This commit is contained in:
Michael Keller 2021-10-10 13:59:27 +13:00
parent bd2640b2af
commit f98c2966c7

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: