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 committed Feb 5, 2024
1 parent a9a2fa7 commit 16e569e
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 16e569e

Please sign in to comment.