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:
parent
7f53f83199
commit
56b0e03165
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue