Skip to content

Commit

Permalink
[ios] Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Mar 12, 2021
1 parent dc2aa2b commit adb8fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iOS/UI/Keyboard/TerminalKeyInput.swift
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ class TerminalKeyInput: TextInputBase {
extension TerminalKeyInput: TerminalPasswordInputViewDelegate {

func passwordInputViewDidComplete(password: String?) {
NSLog("text field delegate called %@", password ?? "")
if let password = password {
// User could have typed on the keyboard while it was in password mode, rather than using the
// password autofill. Send a return if it seems like a password was actually received,
Expand Down

0 comments on commit adb8fa9

Please sign in to comment.