Skip to content

Commit

Permalink
fix: log dealloc service in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Aug 17, 2024
1 parent 4eddb21 commit 19bd0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/objc/Service/Model/EZQueryService.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ - (instancetype)init {
}

- (void)dealloc {
MMLogInfo(@"dealloc service: %@", self);
MMLog(@"dealloc service: %@", self);
}

- (EZAudioPlayer *)audioPlayer {
Expand Down

0 comments on commit 19bd0c8

Please sign in to comment.