summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreengine/viewelement.c2
1 files changed, 0 insertions, 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