From 8fad8578072ae3f3244071e4a4debd07f34b2e9c Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 21 Jun 2009 15:13:31 +0000 Subject: Issue #305 now fully resolved, remove debug. --- Source/MainController.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Source/MainController.m') diff --git a/Source/MainController.m b/Source/MainController.m index 320eb154..b9d02d92 100644 --- a/Source/MainController.m +++ b/Source/MainController.m @@ -186,9 +186,7 @@ * sure that no sheets are currently open, which will prevent the app from being quit. */ - (void)updaterWillRelaunchApplication:(SUUpdater *)updater -{ - NSLog(@"Called"); - +{ // Get all the currently open windows and their attached sheets if any NSArray *windows = [NSApp windows]; -- cgit v1.2.3