Skip to content

Commit 1cbe754

Browse files
fix: remove console.log
1 parent 07c1eab commit 1cbe754

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ class OTPTextView extends Component<IProps, IState> {
169169
e: NativeSyntheticEvent<TextInputKeyPressEventData>,
170170
i: number,
171171
) => {
172-
console.log('onKeyPress');
173172
const val = this.state.otpText[i] || '';
174173
const { handleTextChange, inputCellLength, inputCount } = this.props;
175174
const { otpText } = this.state;

0 commit comments

Comments
 (0)