Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b40e4ae7 authored by Jason Monk's avatar Jason Monk
Browse files

Remove extraneous log message

Test: make
Bug: 62620242
Change-Id: I5861f074e1db89cab44d6c86a32d2340b283f588
parent e644b8cf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -613,7 +613,6 @@ public class NavigationBarView extends FrameLayout implements PluginListener<Nav
        if (!updateCurrentView()) {
            return;
        }
        Log.d(TAG, "reorient", new Throwable());

        mDeadZone = (DeadZone) mCurrentView.findViewById(R.id.deadzone);
        if (getRootView() instanceof NavigationBarFrame) {