From 5fe1b1516a90c3c711f8d27543b67c9c0cf996e7 Mon Sep 17 00:00:00 2001 From: LordGrey <48840279+Lord-Grey@users.noreply.github.com> Date: Sat, 4 May 2024 19:17:40 +0200 Subject: [PATCH] Remove comment --- libsrc/api/JsonAPI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/api/JsonAPI.cpp b/libsrc/api/JsonAPI.cpp index 37ad0490..ff4c6841 100644 --- a/libsrc/api/JsonAPI.cpp +++ b/libsrc/api/JsonAPI.cpp @@ -838,7 +838,6 @@ void JsonAPI::handleLedColorsCommand(const QJsonObject& /*message*/, const JsonA switch (cmd.subCommand) { case SubCommand::LedStreamStart: _jsonCB->subscribe( Subscription::LedColorsUpdate); - // TODO: Check if to be moved to CB // push once _hyperion->update(); sendSuccessReply(cmd);