Hide unecessary debug.

This commit is contained in:
Adam Sutton 2012-08-15 20:34:48 +01:00
parent 86b0823e28
commit 0c966b3898

View file

@ -412,8 +412,10 @@ static int _eit_process_event
/* Find broadcast */
ebc = epg_broadcast_find_by_time(svc->s_ch, start, stop, eid, 1, &save2);
#ifdef EPG_TRACE
tvhlog(LOG_DEBUG, mod->id, "eid=%5d, start=%lu, stop=%lu, ebc=%p",
eid, start, stop, ebc);
#endif
if (!ebc) return dllen + 12;
/* Mark re-schedule detect (only now/next) */