Skip to content

Commit

Permalink
fix(ios): remove falsy error log (#13375)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Apr 11, 2022
1 parent b92ea7f commit d9ef416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iphone/Classes/TiWindowProxy+Addons.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ - (TiUINavigationWindowProxy *)navigationWindow
return (TiUINavigationWindowProxy *)parentController;
}

NSLog(@"[ERROR] Trying to receive a Ti.UI.NavigationWindow instance that does not exist in this context!");
return nil;
}
#endif
Expand Down

0 comments on commit d9ef416

Please sign in to comment.