1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Merge pull request #2626 from mikeller/remove_repetitive_logging

Removed repetitive logging on slider move.
This commit is contained in:
haslinghuis 2021-10-14 13:20:59 +02:00 committed by GitHub
commit 1315fa57cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: