1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 11:59:51 +03:00

Remove "SPIx: xxxxx" debug statements from the GUI log

This commit is contained in:
Alberto García Hierro 2019-04-25 19:45:13 +01:00
parent 7f53f83199
commit 56b0e03165

View file

@ -800,8 +800,6 @@ var mspHelper = (function (gui) {
blackbox_baudrate: BAUD_RATES[data.getUint8(offset + 6)]
};
GUI.log("SP" + i + ": "+data.getUint16(offset+1, true));
offset += bytesPerPort;
SERIAL_CONFIG.ports.push(serialPort);
}
@ -824,8 +822,6 @@ var mspHelper = (function (gui) {
blackbox_baudrate: BAUD_RATES[data.getUint8(offset + 8)]
};
GUI.log("SP" + i + ": "+data.getUint16(offset+1, true));
offset += bytesPerPort;
SERIAL_CONFIG.ports.push(serialPort);
}