From cbe6180c11680bdff545470387ec38b9d424fc0f Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 13 Jun 2010 14:29:10 +0000 Subject: Remove NSLog() debug. --- Source/SPExportController.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Source') 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]; -- cgit v1.2.3