aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.h
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 /Source/SPExportController.h
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.
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r--Source/SPExportController.h2
1 files changed, 0 insertions, 2 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;