zhongbaojian 5 anni fa
parent
commit
4d41a59acd

+ 2 - 2
TZImagePickerController/TZPhotoPickerController.m

@@ -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

+ 1 - 1
TZImagePickerController/TZVideoPlayerController.m

@@ -221,7 +221,7 @@
 - (void)dealloc {
     [[NSNotificationCenter defaultCenter] removeObserver:self];
     
-    DLog(@"#🐣#: release TZVideoPlayerController");
+    NSLog(@"#🐣#: release TZVideoPlayerController");
 }
 
 #pragma clang diagnostic pop