aboutsummaryrefslogtreecommitdiff
path: root/ask/ask.go
diff options
context:
space:
mode:
Diffstat (limited to 'ask/ask.go')
-rw-r--r--ask/ask.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ask/ask.go b/ask/ask.go
index dc55aa2..ab2b024 100644
--- a/ask/ask.go
+++ b/ask/ask.go
@@ -21,7 +21,6 @@ func Confirmed() (string, error) {
return "", err
}
defer restore()
-
pass, err := ask(os.Stdin, "passphrase: ")
if err != nil {
return "", err