removing log message checked in by acccident.

This commit is contained in:
Mitsuru Oshima
2009-05-12 00:19:40 -07:00
parent 7e3e04c144
commit a1565b9340

View File

@@ -3498,7 +3498,6 @@ public final class ActivityThread {
if (r != null) {
// keep the original density based on application cale.
appDm.updateDensity(r.getDisplayMetrics().density);
Log.i("oshima", "Updated app display metrics " + appDm);
r.updateConfiguration(config, appDm);
// reset
appDm.setTo(dm);