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

Commit c3805f31 authored by Gilles Debunne's avatar Gilles Debunne Committed by The Android Automerger
Browse files

Remove spell log that exposes typed text in the logs

Change-Id: I88a31f7e1fb93f0550d1cd5eb86afacbc19afd29
parent 40dc856c
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));
            }
        }
    }

    /**