aboutsummaryrefslogtreecommitdiffstats
path: root/Source/MainController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-06-21 15:13:31 +0000
committerstuconnolly <stuart02@gmail.com>2009-06-21 15:13:31 +0000
commit8fad8578072ae3f3244071e4a4debd07f34b2e9c (patch)
tree4e1759c7f762b30376a97f4cfef4dec01a251154 /Source/MainController.m
parentb81639098f7044aaed0187e75a5bbbff514bf100 (diff)
downloadsequelpro-8fad8578072ae3f3244071e4a4debd07f34b2e9c.tar.gz
sequelpro-8fad8578072ae3f3244071e4a4debd07f34b2e9c.tar.bz2
sequelpro-8fad8578072ae3f3244071e4a4debd07f34b2e9c.zip
Issue #305 now fully resolved, remove debug.
Diffstat (limited to 'Source/MainController.m')
-rw-r--r--Source/MainController.m4
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];