Remove duplicate log in DisplayContent

This CL addresses the comment from the original logging CL [1].
Removing the duplicate log.

[1] Iad0a21d81a22d6acfaaf5c5ca8b5131eec411e79

Bug: 154348613
Test: manually build and flash.
      Verify showing and hiding IME shows logs.
      verify adb shell dumpsys window windows has new dumps
Change-Id: I982302e5aa2cb484b5c62dd904efa9d22296fb1d
This commit is contained in:
Taran Singh
2020-05-28 08:27:50 -07:00
parent 9f2c436699
commit 84cfd278d7

View File

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