remove debug lines

This commit is contained in:
Peter Bieringer 2021-12-20 19:13:00 +01:00
parent 5e5e5c4fbc
commit 9690f6d8a0
1 changed files with 0 additions and 2 deletions

View File

@ -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