Remove debug log (#16932)

This commit is contained in:
Flutter GitHub Bot 2020-03-04 10:36:03 -08:00 committed by GitHub
parent 65ed10a03b
commit 3362c5fa9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}