Removed unused log message

This commit is contained in:
Michael Starke
2014-12-07 01:18:43 +01:00
parent a70a6e8b04
commit da1cbcbadf

View File

@@ -34,7 +34,6 @@
} }
- (void)dealloc { - (void)dealloc {
NSLog(@"dealloc");
[self cleanup]; [self cleanup];
[[MPTemporaryFileStorageCenter defaultCenter] unregisterStorage:self]; [[MPTemporaryFileStorageCenter defaultCenter] unregisterStorage:self];
} }