aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-10-10 00:26:13 +0000
committerstuconnolly <stuart02@gmail.com>2009-10-10 00:26:13 +0000
commitace8285a1644f73c225e4ce87e1689ead37511b4 (patch)
tree27acf34c28f10947be1719b76669e3da294803eb
parent0371f943f790d4c20ba5947a90db6cbe41669710 (diff)
downloadsequelpro-ace8285a1644f73c225e4ce87e1689ead37511b4.tar.gz
sequelpro-ace8285a1644f73c225e4ce87e1689ead37511b4.tar.bz2
sequelpro-ace8285a1644f73c225e4ce87e1689ead37511b4.zip
Remove the use of the logger in debugging the new export redesign as it's creating the log file on every launch.
-rw-r--r--Source/SPExportController.h2
-rw-r--r--Source/SPExportController.m2
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;