From 632dcbfcd59b4319b7a6270b7ff0446f8c3f64f6 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 23 Jan 2021 20:52:25 +0100 Subject: [PATCH] Removed log output only needed for testing purposes. --- es-core/src/components/VideoVlcComponent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/es-core/src/components/VideoVlcComponent.cpp b/es-core/src/components/VideoVlcComponent.cpp index c168d8345..ffd073a7d 100644 --- a/es-core/src/components/VideoVlcComponent.cpp +++ b/es-core/src/components/VideoVlcComponent.cpp @@ -411,7 +411,6 @@ void VideoVlcComponent::startVideo() !mScreensaverMode) || (!Settings::getInstance()->getBool("ScreensaverVideoAudio") && mScreensaverMode)) { - LOG(LogError) << "startVideo 6A"; libvlc_audio_set_volume(mMediaPlayer, 0); } else {