aboutsummaryrefslogtreecommitdiff
path: root/internal/readpassword/read.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-06-16 20:59:51 +0200
committerJakob Unterwurzacher2016-06-16 20:59:51 +0200
commitc76c952c192f5378eb713f4f3435de29af0f7922 (patch)
treeeca4dc5d6c4b57e28c94c0e8c29896ef7a943f86 /internal/readpassword/read.go
parent7e92ebe16a7735b29e0fdc62d4b5d49ce0dc2b66 (diff)
readpassword: clean up leftover debug commit
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)
}