mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 23:15:38 +00:00
Removed log output only needed for testing purposes.
This commit is contained in:
parent
c16a6d9bc4
commit
632dcbfcd5
|
@ -411,7 +411,6 @@ void VideoVlcComponent::startVideo()
|
|||
!mScreensaverMode) ||
|
||||
(!Settings::getInstance()->getBool("ScreensaverVideoAudio") &&
|
||||
mScreensaverMode)) {
|
||||
LOG(LogError) << "startVideo 6A";
|
||||
libvlc_audio_set_volume(mMediaPlayer, 0);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue