From: Derk-Jan Hartman Date: Mon, 22 Aug 2005 00:59:12 +0000 (+0000) Subject: * remove debug line X-Git-Tag: 0.8.4~712 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=af55fcfd4cb7188db4023536c757f0f4e1f04df6;p=vlc * remove debug line --- diff --git a/modules/gui/macosx/prefs.m b/modules/gui/macosx/prefs.m index 4a262aeef3..3607a01282 100644 --- a/modules/gui/macosx/prefs.m +++ b/modules/gui/macosx/prefs.m @@ -559,7 +559,6 @@ static VLCTreeItem *o_root_item = nil; break; default: { - NSLog( @"one" ); VLCConfigControl *o_control = nil; o_control = [VLCConfigControl newControl:p_item withView:o_view];