Remove comment

This commit is contained in:
LordGrey 2024-05-04 19:17:40 +02:00
parent 3b5a165296
commit 5fe1b1516a

View File

@ -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);