Merge "Remove spell log that exposes typed text in the logs"

This commit is contained in:
Gilles Debunne
2011-08-25 11:34:51 -07:00
committed by Android (Google) Code Review

View File

@@ -7634,12 +7634,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
getSpellChecker().addSpellCheckSpan((SpellCheckSpan) what); getSpellChecker().addSpellCheckSpan((SpellCheckSpan) what);
} }
} }
if (what instanceof SuggestionSpan) {
if (newStart < 0) {
Log.d("spellcheck", "REMOVE suggspan " + mText.subSequence(oldStart, oldEnd));
}
}
} }
/** /**