diff --git a/imports/Spectral/Component/Timeline/VideoDelegate.qml b/imports/Spectral/Component/Timeline/VideoDelegate.qml index 626ef7795..52de8cc0f 100644 --- a/imports/Spectral/Component/Timeline/VideoDelegate.qml +++ b/imports/Spectral/Component/Timeline/VideoDelegate.qml @@ -101,14 +101,12 @@ RowLayout { onDurationChanged: { if (!duration) { - console.log("This server does not support media streaming") supportStreaming = false; } } onErrorChanged: { if (error != MediaPlayer.NoError) { - console.log("This server does not support media streaming") supportStreaming = false; } }