Skip to content

Commit

Permalink
fix(ios): remove the invalid log message
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingkuang authored and wwwcg committed Feb 28, 2024
1 parent 0f4445e commit b414e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/sdk/component/text/HippyTextManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ - (HippyViewManagerUIBlock)uiBlockToAmendWithShadowViewRegistry:(NSDictionary<NS
for (NSInteger i = 0; i < queue.count; i++) {
HippyShadowView *shadowView = queue[i];
if (!shadowView) {
HippyLogWarn(@"shadowView is nil, please remain xcode state and call rainywan");
HippyLogWarn(@"shadowView is nil");
continue;
}
HippyAssert([shadowView isTextDirty], @"Don't process any nodes that don't have dirty text");
Expand Down

0 comments on commit b414e78

Please sign in to comment.