From 1940a126b3153798d15876d83ba4c13e4341c427 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Mon, 29 Aug 2011 10:43:37 +0200 Subject: commented test log --- eepg.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'eepg.c') diff --git a/eepg.c b/eepg.c index 1aa3044..d3527dd 100644 --- a/eepg.c +++ b/eepg.c @@ -668,8 +668,7 @@ void GetLocalTimeOffset (void) void CleanString (unsigned char *String) { - LogD (1, prep("Unclean: %s"), String); - +// LogD (1, prep("Unclean: %s"), String); unsigned char *Src; unsigned char *Dst; int Spaces; @@ -711,7 +710,7 @@ void CleanString (unsigned char *String) } else { *Dst = 0; } - LogD (1, prep("Clean: %s"), String); +// LogD (1, prep("Clean: %s"), String); } bool cFilterEEPG::GetThemesSKYBOX (void) //TODO can't we read this from the DVB stream? -- cgit v1.2.3