sectionsd: silence debug output

This commit is contained in:
Stefan Seyfried
2015-02-21 12:54:57 +01:00
parent 07df6201eb
commit 884f43b948

View File

@@ -2756,7 +2756,7 @@ void CEitManager::getChannelEvents(CChannelEventList &eList, t_channel_id *chidl
bool found_already = true;
time_t azeit = time(NULL);
showProfiling("sectionsd_getChannelEvents start");
// showProfiling("sectionsd_getChannelEvents start");
readLockEvents();
/* !!! FIX ME: if the box starts on a channel where there is no EPG sent, it hangs!!! */
@@ -2803,7 +2803,7 @@ showProfiling("sectionsd_getChannelEvents start");
}
}
showProfiling("sectionsd_getChannelEvents end");
// showProfiling("sectionsd_getChannelEvents end");
unlockEvents();
}