Reduce logging

pull/146/head
M66B 6 years ago
parent 61441c3c8a
commit 688a661c5d

@ -707,7 +707,8 @@ public class AdapterMessage extends PagedListAdapter<TupleMessageEx, AdapterMess
}, new Html.TagHandler() {
@Override
public void handleTag(boolean opening, String tag, Editable output, XMLReader xmlReader) {
Log.i(Helper.TAG, "HTML tag=" + tag + " opening=" + opening);
if (BuildConfig.DEBUG)
Log.i(Helper.TAG, "HTML tag=" + tag + " opening=" + opening);
}
});
}

Loading…
Cancel
Save