Skip to content

Commit

Permalink
Refs #1632. Remove debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljungberg committed Jul 26, 2012
1 parent 43506e7 commit bd0114a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Foundation/CPUndoManagerTest.j
Expand Up @@ -52,7 +52,6 @@
// The default run loop undo grouping won't be closed until the next run loop cycle.
[[CPRunLoop currentRunLoop] limitDateForMode:CPDefaultRunLoopMode];

CPLog.error("receivedNotifications: %@", receivedNotifications);
[self assert:CPUndoManagerDidCloseUndoGroupNotification equals:[receivedNotifications[0] name]];

[[CPNotificationCenter defaultCenter] removeObserver:self];
Expand Down

0 comments on commit bd0114a

Please sign in to comment.