diff options
author | stuconnolly <stuart02@gmail.com> | 2009-06-21 15:13:31 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-06-21 15:13:31 +0000 |
commit | 8fad8578072ae3f3244071e4a4debd07f34b2e9c (patch) | |
tree | 4e1759c7f762b30376a97f4cfef4dec01a251154 /Source | |
parent | b81639098f7044aaed0187e75a5bbbff514bf100 (diff) | |
download | sequelpro-8fad8578072ae3f3244071e4a4debd07f34b2e9c.tar.gz sequelpro-8fad8578072ae3f3244071e4a4debd07f34b2e9c.tar.bz2 sequelpro-8fad8578072ae3f3244071e4a4debd07f34b2e9c.zip |
Issue #305 now fully resolved, remove debug.
Diffstat (limited to 'Source')
-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]; |