Removed useless comments

This commit is contained in:
emeric
2026-02-19 19:05:37 +01:00
parent 7739c8f627
commit 48e20fc77b
2 changed files with 0 additions and 2 deletions
@@ -77,7 +77,6 @@ namespace lms::jukebox
_outputContext = audio::createAudioOutputContext(_ioContext, "LMS-Jukebox", _backend);
_state = ServiceState::Initializing;
// TODO create a context and an output stream only if a song is actually played
_outputContext->asyncWaitReady([this] { onContextReady(); });
}
catch (const audio::Exception& e)