Removed log output only needed for testing purposes.

This commit is contained in:
Leon Styhre 2021-01-23 20:52:25 +01:00
parent c16a6d9bc4
commit 632dcbfcd5

View file

@ -411,7 +411,6 @@ void VideoVlcComponent::startVideo()
!mScreensaverMode) ||
(!Settings::getInstance()->getBool("ScreensaverVideoAudio") &&
mScreensaverMode)) {
LOG(LogError) << "startVideo 6A";
libvlc_audio_set_volume(mMediaPlayer, 0);
}
else {