From: Adam Sutton Date: Fri, 3 Aug 2012 19:59:50 +0000 (+0100) Subject: Remove unwanted debug in freesat code (on INFO). X-Git-Tag: 3.3~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb757904179e2d655690ebf78ee4ba606a11a7c6;p=thirdparty%2Ftvheadend.git Remove unwanted debug in freesat code (on INFO). --- diff --git a/src/epggrab/module/eit.c b/src/epggrab/module/eit.c index 6f85c1151..c8639e70c 100644 --- a/src/epggrab/module/eit.c +++ b/src/epggrab/module/eit.c @@ -643,7 +643,6 @@ static void _eit_start tdt_add(tdmi, NULL, _eit_callback, m, m->id, TDT_CRC, 3003, NULL); } else tdt_add(tdmi, NULL, _eit_callback, m, m->id, TDT_CRC, 0x12, NULL); - tvhlog(LOG_INFO, m->id, "install table handlers"); } static int _eit_enable ( void *m, uint8_t e )