diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-10 00:26:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-10 00:26:13 +0000 |
commit | ace8285a1644f73c225e4ce87e1689ead37511b4 (patch) | |
tree | 27acf34c28f10947be1719b76669e3da294803eb /Source/SPExportController.m | |
parent | 0371f943f790d4c20ba5947a90db6cbe41669710 (diff) | |
download | sequelpro-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.m')
-rw-r--r-- | Source/SPExportController.m | 2 |
1 files changed, 0 insertions, 2 deletions
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; |