FATAL error: lsize mismatch 336/3342 #884
This commit is contained in:
parent
d522ca1da0
commit
c1752327da
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue