readpassword: clean up leftover debug commit

This commit is contained in:
Jakob Unterwurzacher 2016-06-16 20:59:51 +02:00
parent 7e92ebe16a
commit c76c952c19
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}