aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-09-02 21:50:35 +0000
committerBibiko <bibiko@eva.mpg.de>2009-09-02 21:50:35 +0000
commite1a704e83e3ac77f01847f532072bb75232430e4 (patch)
tree3acacab558fc14bb2064665fa271bce89d29f678 /Source
parenta57921595d78935b6305be61d7e12203c1bbadb6 (diff)
downloadsequelpro-e1a704e83e3ac77f01847f532072bb75232430e4.tar.gz
sequelpro-e1a704e83e3ac77f01847f532072bb75232430e4.tar.bz2
sequelpro-e1a704e83e3ac77f01847f532072bb75232430e4.zip
• forgot to remove a NSLog
Diffstat (limited to 'Source')
-rw-r--r--Source/TableDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index cafdf4b7..233a292b 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -594,7 +594,7 @@
if(spfSession != nil)
[self restoreSession];
// [self performSelector:@selector(restoreSession) withObject:nil afterDelay:0.3];
- NSLog(@"r %@",[[NSDocumentController sharedDocumentController] recentDocumentURLs]);
+
}
/**