FATAL error: lsize mismatch 336/3342 #884

This commit is contained in:
rusefi 2020-07-04 09:39:16 -04:00
parent 940f6c1769
commit bea9022f73
1 changed files with 0 additions and 10 deletions

View File

@ -58,13 +58,3 @@ void print(const char *format, ...) {
void initLogging(LoggingWithStorage *logging, const char *name) {
}
void scheduleMsg(Logging *logging, const char *format, ...) {
if (verboseMode) {
va_list ap;
va_start(ap, format);
vprintf(format, ap);
va_end(ap);
printf("\r\n");
}
}