diff options
author | stuconnolly <stuart02@gmail.com> | 2010-06-13 14:29:10 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-06-13 14:29:10 +0000 |
commit | cbe6180c11680bdff545470387ec38b9d424fc0f (patch) | |
tree | b70f9defc694c3e7d60c3fbfb2ed8dbdaabdaa95 | |
parent | ebd964e9a6d4b5975a806a4354f4df5ab28146d0 (diff) | |
download | sequelpro-cbe6180c11680bdff545470387ec38b9d424fc0f.tar.gz sequelpro-cbe6180c11680bdff545470387ec38b9d424fc0f.tar.bz2 sequelpro-cbe6180c11680bdff545470387ec38b9d424fc0f.zip |
Remove NSLog() debug.
-rw-r--r-- | Source/SPExportController.m | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPExportController.m b/Source/SPExportController.m index f279802d..03b4a669 100644 --- a/Source/SPExportController.m +++ b/Source/SPExportController.m @@ -129,9 +129,7 @@ * Displays the export window with the supplied tables and export type/format selected. */ - (void)exportTables:(NSArray *)exportTables asFormat:(SPExportType)format -{ - NSLog(@"%d", format); - +{ // Select the correct tab [exportTypeTabBar selectTabViewItemAtIndex:format]; |