]> git.sesse.net Git - vlc/commitdiff
* disabled the debug-msg which prints the pointer to each p_item. this produces so...
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 25 May 2006 22:16:27 +0000 (22:16 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 25 May 2006 22:16:27 +0000 (22:16 +0000)
modules/gui/macosx/playlist.m

index 7194039bb41b038433f26e4e38edb76e75b53e55..4809f9816d51ad74f050122f1879331918dc30d2 100644 (file)
@@ -267,7 +267,7 @@ NSLog( @"expandable" );
     {
         return( @"error");
     }
-NSLog( @"values for %p", p_item ); 
+//NSLog( @"values for %p", p_item ); 
     
     if( [[o_tc identifier] isEqualToString:@"1"] )
     {