don't print "sim_warning %s" (#4959)

This commit is contained in:
Matthew Kennedy 2023-01-10 11:08:59 -08:00 committed by GitHub
parent 0b09380a8b
commit 1f0953aec0
1 changed files with 0 additions and 4 deletions

View File

@ -139,10 +139,6 @@ bool warning(obd_code_e code, const char *fmt, ...) {
if (hasFirmwareErrorFlag)
return true;
#if EFI_SIMULATOR
printf("sim_warning %s\r\n", fmt);
#endif /* EFI_SIMULATOR */
#if EFI_SIMULATOR || EFI_PROD_CODE
// we just had this same warning, let's not spam
if (engine->engineState.warnings.isWarningNow(code) || !warningEnabled) {