aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-06-13 14:29:10 +0000
committerstuconnolly <stuart02@gmail.com>2010-06-13 14:29:10 +0000
commitcbe6180c11680bdff545470387ec38b9d424fc0f (patch)
treeb70f9defc694c3e7d60c3fbfb2ed8dbdaabdaa95 /Source
parentebd964e9a6d4b5975a806a4354f4df5ab28146d0 (diff)
downloadsequelpro-cbe6180c11680bdff545470387ec38b9d424fc0f.tar.gz
sequelpro-cbe6180c11680bdff545470387ec38b9d424fc0f.tar.bz2
sequelpro-cbe6180c11680bdff545470387ec38b9d424fc0f.zip
Remove NSLog() debug.
Diffstat (limited to 'Source')
-rw-r--r--Source/SPExportController.m4
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];