Skip to content

Commit

Permalink
删除log
Browse files Browse the repository at this point in the history
  • Loading branch information
choykarl committed Mar 22, 2024
1 parent 398a947 commit c984f2b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ - (NSString *)localizedStringForKey:(NSString *)key value:(NSString *)value tabl
if (localizedBundle) {
return [localizedBundle localizedStringForKey:key value:value table:tableName];
} else {
NSLog(@"localizedStringForKey super");
return [super localizedStringForKey:key value:value table:tableName];
}
}
Expand Down

0 comments on commit c984f2b

Please sign in to comment.