summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MokManager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/MokManager.c b/MokManager.c
index b51b8a72..4f5d6db1 100644
--- a/MokManager.c
+++ b/MokManager.c
@@ -453,7 +453,6 @@ static UINT8 get_password (UINT32 *length, CHAR16 *password)
if (count == 0 && key.UnicodeChar == CHAR_BACKSPACE) {
continue;
} else if (key.UnicodeChar == CHAR_BACKSPACE) {
- Print(L"%c", CHAR_BACKSPACE);
input[--count] = '\0';
continue;
}