summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
Diffstat (limited to 'eepg.c')
-rw-r--r--eepg.c5
1 files changed, 2 insertions, 3 deletions
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?