diff options
Diffstat (limited to 'Source/SPProcessListController.m')
-rw-r--r-- | Source/SPProcessListController.m | 4 |
1 files changed, 1 insertions, 3 deletions
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 { |