dead code

This commit is contained in:
rusefillc 2023-03-16 13:02:31 -04:00
parent 154855eb30
commit 00ea3e56e9
1 changed files with 0 additions and 7 deletions

View File

@ -118,13 +118,6 @@ static void printTsStats(void) {
efiPrintf("Primary UART TX %s", hwPortname(EFI_CONSOLE_TX_BRAIN_PIN));
#endif
if (false) {
// todo: is this code needed somewhere else?
efiPrintf("TS RX on %s", hwPortname(engineConfiguration->binarySerialRxPin));
efiPrintf("TS TX on %s @%d", hwPortname(engineConfiguration->binarySerialTxPin),
engineConfiguration->tunerStudioSerialSpeed);
}
#endif /* EFI_PROD_CODE */
printErrorCounters();