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];