aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-05-24 09:24:38 +0000
committerrowanbeentje <rowan@beent.je>2010-05-24 09:24:38 +0000
commitd48005bd9b34f2fb1afd31f7487b7bbf8b9b978f (patch)
treec27ac371a986bdf2e8f9dd4441ed37c44b04ec64 /Source/SPHistoryController.m
parent98238ec8fb393295fc01804a3104092e3ea24c92 (diff)
downloadsequelpro-d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f.tar.gz
sequelpro-d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f.tar.bz2
sequelpro-d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f.zip
- Add support for progress indicator in tabs
- Hide Navigator menu option again - Remove accidentally committed debug
Diffstat (limited to 'Source/SPHistoryController.m')
-rw-r--r--Source/SPHistoryController.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPHistoryController.m b/Source/SPHistoryController.m
index 421569e7..b8128a0f 100644
--- a/Source/SPHistoryController.m
+++ b/Source/SPHistoryController.m
@@ -65,7 +65,6 @@
- (void) dealloc
{
-NSLog(@"history is dealloc'd");
[[NSNotificationCenter defaultCenter] removeObserver:self];
[tableContentStates release];
[history release];