mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 04:36:38 +00:00
Code clean-up
This commit is contained in:
parent
857948c8d7
commit
a47ad914ca
@ -129,7 +129,6 @@ void Logging::print(Print * logOutput, const char * format, va_list args)
|
|||||||
++format;
|
++format;
|
||||||
printFormat(logOutput, *format, (va_list *)&args);
|
printFormat(logOutput, *format, (va_list *)&args);
|
||||||
} else {
|
} else {
|
||||||
//_logOutput->print(*format);
|
|
||||||
logOutput->print(*format);
|
logOutput->print(*format);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user