mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-07 11:17:12 +00:00
Remove debug output from CPArrayControllerTest.
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
|
||||
arrayController = [[CPArrayController alloc] initWithContent:[self contentArray]];
|
||||
[arrayController setPreservesSelection:YES];
|
||||
print([self contentArray]);
|
||||
|
||||
// Remove from middle
|
||||
var selectionIndexes = [CPIndexSet indexSetWithIndex:1];
|
||||
|
||||
Reference in New Issue
Block a user