readpassword: clean up leftover debug commit
This commit is contained in:
parent
7e92ebe16a
commit
c76c952c19
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user