diff options
-rw-r--r-- | hlsPlayerControl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hlsPlayerControl.cpp b/hlsPlayerControl.cpp index 40b9e16..309c257 100644 --- a/hlsPlayerControl.cpp +++ b/hlsPlayerControl.cpp @@ -219,7 +219,7 @@ void cHlsPlayerControl::JumpRelative(int offset) void cHlsPlayerControl::ShowMode(void) { - dsyslog("[plex]: '%s'\n", __FUNCTION__); + //dsyslog("[plex]: '%s'\n", __FUNCTION__); if (visible || Setup.ShowReplayMode && !cOsd::IsOpen()) { bool Play, Forward; int Speed; |