diff --git a/xbmc/cores/VideoPlayer/VideoPlayer.cpp b/xbmc/cores/VideoPlayer/VideoPlayer.cpp index 77282043e4090..0ba67c3b87b53 100644 --- a/xbmc/cores/VideoPlayer/VideoPlayer.cpp +++ b/xbmc/cores/VideoPlayer/VideoPlayer.cpp @@ -168,7 +168,6 @@ SelectionStream& CSelectionStreams::Get(StreamType type, int index) if(count == index) return m_Streams[i]; } - CLog::Log(LOGERROR, "%s - failed to get stream", __FUNCTION__); return m_invalid; }