From adb8fa92410e8b573c3affc1c7a3c825931536ca Mon Sep 17 00:00:00 2001 From: Adam Demasi Date: Fri, 12 Mar 2021 20:32:24 +1030 Subject: [PATCH] [ios] Oops --- iOS/UI/Keyboard/TerminalKeyInput.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/iOS/UI/Keyboard/TerminalKeyInput.swift b/iOS/UI/Keyboard/TerminalKeyInput.swift index 5015de1..38b7375 100644 --- a/iOS/UI/Keyboard/TerminalKeyInput.swift +++ b/iOS/UI/Keyboard/TerminalKeyInput.swift @@ -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,