aboutsummaryrefslogtreecommitdiff
path: root/internal/readpassword/read.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/readpassword/read.go')
-rw-r--r--internal/readpassword/read.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/readpassword/read.go b/internal/readpassword/read.go
index 2c0bce3..1b80f91 100644
--- a/internal/readpassword/read.go
+++ b/internal/readpassword/read.go
@@ -71,7 +71,6 @@ func readPasswordStdin() string {
tlog.Info.Println("Reading password from stdin")
p := readLineUnbuffered(os.Stdin)
if len(p) == 0 {
- fmt.Fprintf(os.Stderr, "FOOOOOO\n")
tlog.Fatal.Println("Got empty password from stdin")
os.Exit(exitCode)
}