Remove debug output

This commit is contained in:
Olivier Goffart 2024-02-29 11:09:12 +01:00
parent b9db28bc72
commit 3969e09d5b

View file

@ -34,7 +34,6 @@ class SlintInputView extends View {
@Override
public SpannableStringBuilder replace(int start, int end, CharSequence tb, int tbstart, int tbend) {
super.replace(start, end, tb, tbstart, tbend);
System.out.println("replace '" + toString() + "' mInBatch=" + mInBatch);
if (mInBatch == 0) {
update();
} else {