diff options
author | rowanbeentje <rowan@beent.je> | 2009-09-01 00:23:01 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-09-01 00:23:01 +0000 |
commit | b5ccc9bd71123ea6a45100c0353c40e42e489f3a (patch) | |
tree | f3fbc1e05f6e6e65031ed9e2970255127ff83687 /Source/TableDocument.m | |
parent | b2d168940430f6ab55d0aa635d38bcae1b64fcdb (diff) | |
download | sequelpro-b5ccc9bd71123ea6a45100c0353c40e42e489f3a.tar.gz sequelpro-b5ccc9bd71123ea6a45100c0353c40e42e489f3a.tar.bz2 sequelpro-b5ccc9bd71123ea6a45100c0353c40e42e489f3a.zip |
- Remove an NSLog I accidentally left in (and another found via a search)
- Improve SQL parser streaming improvements for significant speedups and some very important bugfixes
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 84aad499..fab71faf 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -2812,7 +2812,6 @@ */ - (void)willQueryString:(NSString *)query connection:(id)connection { - NSLog(@"Mode is %i, bool is %@", _queryMode, [prefs boolForKey:@"ConsoleEnableImportExportLogging"]?@"on":@"off"); if ([prefs boolForKey:@"ConsoleEnableLogging"]) { if ((_queryMode == SP_QUERYMODE_INTERFACE && [prefs boolForKey:@"ConsoleEnableInterfaceLogging"]) || (_queryMode == SP_QUERYMODE_CUSTOMQUERY && [prefs boolForKey:@"ConsoleEnableCustomQueryLogging"]) |