Removed loggin statement in precomputed-text-setter-compat

This commit is contained in:
Dimitry Ivanov 2019-07-27 15:40:38 +03:00
parent 54335dce6e
commit 620da87694

View File

@ -106,7 +106,6 @@ public class PrecomputedTextSetterCompat implements Markwon.TextSetter {
@NonNull final Spanned text, @NonNull final Spanned text,
@NonNull final TextView.BufferType bufferType, @NonNull final TextView.BufferType bufferType,
@NonNull final Runnable onComplete) { @NonNull final Runnable onComplete) {
Log.e("TXT", String.format("thread: %s, attached: %s", Thread.currentThread(), textView.isAttachedToWindow()));
if (textView != null) { if (textView != null) {
textView.post(new Runnable() { textView.post(new Runnable() {
@Override @Override