diff options
-rw-r--r-- | Source/SPExportController.h | 2 | ||||
-rw-r--r-- | Source/SPExportController.m | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 294f5851..16d176b3 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -119,8 +119,6 @@ typedef NSUInteger SPExportSource; // Concurrent operation queue NSOperationQueue *operationQueue; - - SPLogger *log; } @property (readwrite, assign) BOOL exportCancelled; diff --git a/Source/SPExportController.m b/Source/SPExportController.m index f7b1878f..e4079877 100644 --- a/Source/SPExportController.m +++ b/Source/SPExportController.m @@ -52,8 +52,6 @@ tables = [[NSMutableArray alloc] init]; operationQueue = [[NSOperationQueue alloc] init]; - - log = [SPLogger logger]; } return self; |