From 5cc647ff54ab4ca3b72b7929f9503310412b2bce Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 24 Aug 2007 22:38:26 -0700 Subject: [PATCH] Removing another NSLog when the stack's selection changes * Source/DebuggerWindowController.m ([DebuggerWindowController tableViewSelectionDidChange:]) --- Source/DebuggerWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/DebuggerWindowController.m b/Source/DebuggerWindowController.m index f649f19..4558657 100644 --- a/Source/DebuggerWindowController.m +++ b/Source/DebuggerWindowController.m @@ -212,9 +212,9 @@ */ - (void)tableViewSelectionDidChange: (NSNotification *)notif { - NSLog(@"selection changed"); [self updateSourceViewer]; } + /** * Does the actual updating of the source viewer by reading in the file */ -- 2.22.5