Merge "Remove extraneous log message" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-06-29 16:33:00 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {