# HG changeset patch # User melunko # Date 1179176065 -3600 # Node ID df21cf5412486201d6758d9062745b55ab68bf55 # Parent ceb89d5fc32576eed03dc5bfa3e1ba5add9ca81a [svn r654] removed some debug message diff -r ceb89d5fc325 -r df21cf541248 gmyth/src/gmyth_uri.c --- a/gmyth/src/gmyth_uri.c Mon May 14 19:32:44 2007 +0100 +++ b/gmyth/src/gmyth_uri.c Mon May 14 21:54:25 2007 +0100 @@ -422,16 +422,11 @@ (strstr (uri->uri->str, "livetv") == NULL)) ret = FALSE; - g_debug ("AAAAAAAAAAAAAAAAAAAAA"); - if (ret) gmyth_debug( "This URI is a LiveTV recording..." ); else gmyth_debug( "This URI is a stored remote recording." ); - - g_debug ("BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"); - return ret; }