Delete commented code in ReactTextInputManager

Summary:
This diff deletes commented code in ReactTextInputManager.java

changeLog: [internal]

Reviewed By: JoshuaGross

Differential Revision: D19679393

fbshipit-source-id: 23b1ac9b6f427827b8faebd59f5d2446acede8f5
This commit is contained in:
David Vacca
2020-02-03 21:09:15 -08:00
committed by Facebook Github Bot
parent 484f62a71f
commit acaef83a27
@@ -1230,7 +1230,6 @@ public class ReactTextInputManager extends BaseViewManager<ReactEditText, Layout
Spannable spanned =
TextLayoutManager.getOrCreateSpannableForText(view.getContext(), attributedString);
// view.setSpanned(spanned);
TextAttributeProps textViewProps = new TextAttributeProps(props);