Merge "Remove duplicate log in DisplayContent" into rvc-dev

This commit is contained in:
Taran Singh
2020-05-29 15:03:49 +00:00
committed by Android (Google) Code Review

View File

@@ -3554,8 +3554,6 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo
private void updateImeControlTarget() {
mInputMethodControlTarget = computeImeControlTarget();
ProtoLog.i(WM_DEBUG_IME, "updateImeControlTarget %s",
mInputMethodControlTarget.getWindow());
mInsetsStateController.onImeControlTargetChanged(mInputMethodControlTarget);
}