Remove debug output from CPArrayControllerTest.

This commit is contained in:
Alexander Ljungberg
2010-08-13 14:28:25 -04:00
parent 0683b46239
commit bcb22c7e46
-1
View File
@@ -94,7 +94,6 @@
arrayController = [[CPArrayController alloc] initWithContent:[self contentArray]];
[arrayController setPreservesSelection:YES];
print([self contentArray]);
// Remove from middle
var selectionIndexes = [CPIndexSet indexSetWithIndex:1];