From 23d7bba710717fc9d46e99beeb950e531af105c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Thu, 25 May 2006 22:16:27 +0000 Subject: [PATCH] * disabled the debug-msg which prints the pointer to each p_item. this produces so many msgs, that you can't see others --- modules/gui/macosx/playlist.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m index 7194039bb4..4809f9816d 100644 --- a/modules/gui/macosx/playlist.m +++ b/modules/gui/macosx/playlist.m @@ -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"] ) { -- 2.39.2