Remove debug log (flutter/engine#16932)
This commit is contained in:
committed by
GitHub
parent
b27e984dbf
commit
7c5f697b32
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user