mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2026-04-20 01:44:27 +00:00
Code clean-up
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user