[svn r654] removed some debug message trunk
authormelunko
Mon May 14 21:54:25 2007 +0100 (2007-05-14)
branchtrunk
changeset 648df21cf541248
parent 647 ceb89d5fc325
child 649 5960c7da87ef
[svn r654] removed some debug message
gmyth/src/gmyth_uri.c
     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  }