From f34556d4169dbf6db813b5af4cb966b28e1d0b33 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 6 Oct 2019 02:48:34 -0700 Subject: [PATCH] Clean up. --- imports/Spectral/Component/Timeline/VideoDelegate.qml | 2 -- 1 file changed, 2 deletions(-) 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; } }