diff --git a/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm b/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm index e7a30d61add75..fa5f8d4aba8d5 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm @@ -467,7 +467,6 @@ auto overlay_it = overlays_.find(overlay_id); if (!gr_context) { - FML_DLOG(ERROR) << "No GrContext"; if (overlays_.count(overlay_id) != 0) { return; }