remove todo

This commit is contained in:
Proddy
2023-07-02 23:45:01 +02:00
parent e8e3fc5fb6
commit f909b32db8

View File

@@ -216,7 +216,6 @@ void WebLogService::setValues(AsyncWebServerRequest * request, JsonVariant & jso
auto && body = json.as<JsonObject>(); auto && body = json.as<JsonObject>();
// TODO refactor into one load and one save method
uuid::log::Level level = body["level"]; uuid::log::Level level = body["level"];
log_level(level); log_level(level);