From 3362c5fa9e6efafb59bddeaa86fde8ee046319a8 Mon Sep 17 00:00:00 2001 From: Flutter GitHub Bot <52682268+fluttergithubbot@users.noreply.github.com> Date: Wed, 4 Mar 2020 10:36:03 -0800 Subject: [PATCH] Remove debug log (#16932) --- .../platform/darwin/ios/framework/Source/FlutterPlatformViews.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm b/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm index e7a30d61add..fa5f8d4aba8 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm @@ -467,7 +467,6 @@ void FlutterPlatformViewsController::EnsureOverlayInitialized( auto overlay_it = overlays_.find(overlay_id); if (!gr_context) { - FML_DLOG(ERROR) << "No GrContext"; if (overlays_.count(overlay_id) != 0) { return; }