remove debugging toast

This commit is contained in:
Eric House 2014-09-22 08:00:37 -07:00
parent a485480496
commit 59f5c17e78

View file

@ -469,7 +469,6 @@ public class XWPrefs {
int screenLayout =
context.getResources().getConfiguration().screenLayout;
int size = screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
DbgUtils.showf( context, "screenSize: %d", size );
s_isTablet =
new Boolean(Configuration.SCREENLAYOUT_SIZE_LARGE <= size);
}