From f5e5d40e5e9569470e52cbaaba4d4352dc2a71d7 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 30 May 2010 22:57:57 +0000 Subject: Remove debug. --- Source/SPProcessListController.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Source/SPProcessListController.m') diff --git a/Source/SPProcessListController.m b/Source/SPProcessListController.m index a46c5d0d..afb13634 100644 --- a/Source/SPProcessListController.m +++ b/Source/SPProcessListController.m @@ -349,9 +349,7 @@ if (returnCode == NSAlertDefaultReturn) { - if (sheet == customIntervalWindow) { - NSLog(@"Set custom value to: %d", [customIntervalTextField integerValue]); - + if (sheet == customIntervalWindow) { [self _startAutoRefreshTimerWithInterval:[customIntervalTextField integerValue]]; } else { -- cgit v1.2.3