|
@@ -923,7 +923,7 @@ static CGFloat itemMargin = 5;
|
|
|
}
|
|
|
|
|
|
- (void)dealloc {
|
|
|
- DLog(@"#🐣#: release %@", [self class]);
|
|
|
+ NSLog(@"#🐣#: release %@", [self class]);
|
|
|
}
|
|
|
|
|
|
#pragma mark - Asset Caching
|
|
@@ -1050,7 +1050,7 @@ static CGFloat itemMargin = 5;
|
|
|
}
|
|
|
|
|
|
- (void)dealloc {
|
|
|
- DLog(@"🐣release🐣: TZCollectionView ==== %@", self);
|
|
|
+ NSLog(@"🐣release🐣: TZCollectionView ==== %@", self);
|
|
|
}
|
|
|
|
|
|
@end
|