From bcb22c7e46853599eb37e290f6597cc45e49b239 Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Fri, 13 Aug 2010 14:28:25 -0400 Subject: [PATCH] Remove debug output from CPArrayControllerTest. --- Tests/AppKit/CPArrayControllerTest.j | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/AppKit/CPArrayControllerTest.j b/Tests/AppKit/CPArrayControllerTest.j index abdb8719c..d311ccd56 100644 --- a/Tests/AppKit/CPArrayControllerTest.j +++ b/Tests/AppKit/CPArrayControllerTest.j @@ -94,7 +94,6 @@ arrayController = [[CPArrayController alloc] initWithContent:[self contentArray]]; [arrayController setPreservesSelection:YES]; - print([self contentArray]); // Remove from middle var selectionIndexes = [CPIndexSet indexSetWithIndex:1];