diff options
Diffstat (limited to 'Source')
-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]; |