mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +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, "" );
|
||||
if ( ! value.equals("") ) {
|
||||
if ( pref instanceof android.preference.ListPreference ) {
|
||||
Utils.logf( "%s: want to do lookup of user string here",
|
||||
key );
|
||||
// Utils.logf( "%s: want to do lookup of user string here",
|
||||
// key );
|
||||
}
|
||||
pref.setSummary( value );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue