diff options
author | Jakob Unterwurzacher | 2016-06-16 20:59:51 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-06-16 20:59:51 +0200 |
commit | c76c952c192f5378eb713f4f3435de29af0f7922 (patch) | |
tree | eca4dc5d6c4b57e28c94c0e8c29896ef7a943f86 /internal/readpassword | |
parent | 7e92ebe16a7735b29e0fdc62d4b5d49ce0dc2b66 (diff) |
readpassword: clean up leftover debug commit
Diffstat (limited to 'internal/readpassword')
-rw-r--r-- | internal/readpassword/read.go | 1 |
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) } |