diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-04 20:19:59 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-04 20:19:59 +0000 |
commit | 905dd61bd91f3dce22655bf942302739544dd86c (patch) | |
tree | b8b6247c72a7716a8dff5e2211949dcfe186bf53 /Source/SPTableData.m | |
parent | a62ac5494e570f782ab9bf74270f0ca7a61e033b (diff) | |
download | sequelpro-905dd61bd91f3dce22655bf942302739544dd86c.tar.gz sequelpro-905dd61bd91f3dce22655bf942302739544dd86c.tar.bz2 sequelpro-905dd61bd91f3dce22655bf942302739544dd86c.zip |
• added: the "Show Create Syntax" window now follows the selection in the table list if it was already opened
• commented out the NSLog "not parsed" in SPTableData.m
Diffstat (limited to 'Source/SPTableData.m')
-rw-r--r-- | Source/SPTableData.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableData.m b/Source/SPTableData.m index e1467c2d..ebb03a71 100644 --- a/Source/SPTableData.m +++ b/Source/SPTableData.m @@ -487,7 +487,7 @@ } // who knows else { - NSLog( @"not parsed: %@", [parts objectAtIndex:0] ); + // NSLog( @"not parsed: %@", [parts objectAtIndex:0] ); } } } |