remove logging

This commit is contained in:
Andy2 2011-02-27 22:40:26 -08:00
parent 4d5aad61b4
commit d2e663fa99

View file

@ -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 );
}