Skip to content

Commit

Permalink
Merge pull request #63 from keisukeYamagishi/fix/remove-no-need-code
Browse files Browse the repository at this point in the history
Remove no need code
  • Loading branch information
keisukeYamagishi authored Jul 29, 2024
2 parents 9dcd01f + af92f74 commit 5dc9e94
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 5dc9e94

Please sign in to comment.