mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
remove logging
This commit is contained in:
parent
4d5aad61b4
commit
d2e663fa99
1 changed files with 2 additions and 2 deletions
|
@ -191,8 +191,8 @@ public class PrefsActivity extends PreferenceActivity
|
||||||
String value = sp.getString( key, "" );
|
String value = sp.getString( key, "" );
|
||||||
if ( ! value.equals("") ) {
|
if ( ! value.equals("") ) {
|
||||||
if ( pref instanceof android.preference.ListPreference ) {
|
if ( pref instanceof android.preference.ListPreference ) {
|
||||||
Utils.logf( "%s: want to do lookup of user string here",
|
// Utils.logf( "%s: want to do lookup of user string here",
|
||||||
key );
|
// key );
|
||||||
}
|
}
|
||||||
pref.setSummary( value );
|
pref.setSummary( value );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue