Code clean-up

This commit is contained in:
fvanroie 2020-05-02 03:27:53 +02:00
parent 857948c8d7
commit a47ad914ca

View File

@ -129,7 +129,6 @@ void Logging::print(Print * logOutput, const char * format, va_list args)
++format;
printFormat(logOutput, *format, (va_list *)&args);
} else {
//_logOutput->print(*format);
logOutput->print(*format);
}
}