From 7c5f697b3207305f1eca06aaf51c5a576b609920 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 (flutter/engine#16932) --- .../platform/darwin/ios/framework/Source/FlutterPlatformViews.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm b/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm index e7a30d61ad..fa5f8d4aba 100644 --- a/engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm +++ b/engine/src/flutter/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; }