diff options
-rw-r--r-- | Source/MainController.m | 4 |
1 files changed, 1 insertions, 3 deletions
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]; |