1.1 --- a/gmyth/src/gmyth_uri.c Mon May 14 19:32:44 2007 +0100
1.2 +++ b/gmyth/src/gmyth_uri.c Mon May 14 21:54:25 2007 +0100
1.3 @@ -422,16 +422,11 @@
1.4 (strstr (uri->uri->str, "livetv") == NULL))
1.5 ret = FALSE;
1.6
1.7 - g_debug ("AAAAAAAAAAAAAAAAAAAAA");
1.8 -
1.9 if (ret)
1.10 gmyth_debug( "This URI is a LiveTV recording..." );
1.11 else
1.12 gmyth_debug( "This URI is a stored remote recording." );
1.13
1.14 -
1.15 - g_debug ("BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB");
1.16 -
1.17 return ret;
1.18
1.19 }