Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 616b20c0 authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Remove spell log that exposes typed text in the logs

Change-Id: I88a31f7e1fb93f0550d1cd5eb86afacbc19afd29
parent 5837dfaf
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -7634,12 +7634,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                getSpellChecker().addSpellCheckSpan((SpellCheckSpan) what);
            }
        }

        if (what instanceof SuggestionSpan) {
            if (newStart < 0) {
                Log.d("spellcheck", "REMOVE suggspan " + mText.subSequence(oldStart, oldEnd));
            }
        }
    }

    /**