mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-26 07:58:52 +01:00
revert unintended checkin: logging should not always be on.
This commit is contained in:
parent
ac875894a6
commit
995c410b7c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class Utils {
|
|||
SharedPreferences sp
|
||||
= PreferenceManager.getDefaultSharedPreferences( context );
|
||||
String key = context.getString( R.string.key_logging_on );
|
||||
boolean on = true;//sp.getBoolean( key, false );
|
||||
boolean on = sp.getBoolean( key, false );
|
||||
logEnable( on );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue