refactor(settings): remove debug log
This commit is contained in:
@@ -251,7 +251,6 @@ public class SettingsAboutAppFragment extends BaseSettingsFragment<Void> impleme
|
|||||||
Object value=jsonGlobalPrefs.get(key);
|
Object value=jsonGlobalPrefs.get(key);
|
||||||
if(value==null)
|
if(value==null)
|
||||||
continue;
|
continue;
|
||||||
Log.e(TAG, "onActivityResult: " + key + ":" + value);
|
|
||||||
savePrefValue(globalPrefsEditor, key, value);
|
savePrefValue(globalPrefsEditor, key, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user