From 9690f6d8a0e14a30bf9cb8951645ad2f78849814 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 20 Dec 2021 19:13:00 +0100 Subject: [PATCH] remove debug lines --- coreengine/viewelement.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/coreengine/viewelement.c b/coreengine/viewelement.c index 43fb8c3..7f2a072 100644 --- a/coreengine/viewelement.c +++ b/coreengine/viewelement.c @@ -633,7 +633,6 @@ bool RecordingIsHD(const cEvent* event, const tChannelID channelID) { }; if ((isHD == false) && (type == -1) && (!(channelID == tChannelID::InvalidID))) { - dsyslog("skindesigner: Title='%s' ShortText='%s' isHD=%d type=%d channelID=%s", event->Title(), event->ShortText(), isHD, type, *channelID.ToString()); // fallback to retrieve via channel (in case of EPG issues) #if defined (APIVERSNUM) && (APIVERSNUM >= 20301) LOCK_CHANNELS_READ; @@ -642,7 +641,6 @@ bool RecordingIsHD(const cEvent* event, const tChannelID channelID) { const cChannel *channel = Channels.GetByChannelID(channelID); #endif if (channel) { - dsyslog("skindesigner: Title='%s' ShortText='%s' isHD=%d type=%d Channel='%s'", event->Title(), event->ShortText(), isHD, type, channel->Name()); switch (channel->Vtype()) { case 0x1b: // H.264 case 0x24: // H.265