Skip to content

Commit

Permalink
Remove no need code
Browse files Browse the repository at this point in the history
  • Loading branch information
keisukeYamagishi committed Nov 6, 2023
1 parent b354447 commit af92f74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RxAlertExample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ extension ViewController: UITextFieldDelegate {
shouldChangeCharactersIn _: NSRange,
replacementString string: String) -> Bool
{
print(string)
return true
true
}
}

Expand Down

0 comments on commit af92f74

Please sign in to comment.