diff --git a/cmd/lsf/main.go b/cmd/lsf/main.go index f9e90c5..06f934c 100644 --- a/cmd/lsf/main.go +++ b/cmd/lsf/main.go @@ -99,7 +99,6 @@ func readPassword() (string, error) { // Extract the password value from the file content password := extractPassword(content) - print(password) return password, nil }