Remove debugger command in CPPopUpButton that breaks Release builds.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-07-26 15:28:41 -07:00
parent 82cfc5f994
commit 4f4a488762
+1 -1
View File
@@ -550,7 +550,7 @@ CPPopUpButtonStatePullsDown = CPThemeState("pulls-down");
- (void)synchronizeTitleAndSelectedItem
{
var item = nil;
debugger;
if ([self pullsDown])
{
var items = [_menu itemArray];