Don't enable FragmentManager logging.

Change-Id: Ie02ece80df7832c609cffb64a4b0626c6b8a77b5
This commit is contained in:
Makoto Onuki 2011-06-03 15:15:01 -07:00
parent cc881b744b
commit 696fa78cb3
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ class UIControllerTwoPane extends UIControllerBase implements
public UIControllerTwoPane(EmailActivity activity) {
super(activity);
FragmentManager.enableDebugLogging(true);
}
@Override