mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-28 06:14:10 +00:00
Remove debug output
This commit is contained in:
parent
b9db28bc72
commit
3969e09d5b
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue