From b110e0d70b149e9082ace693ae713aa33f591356 Mon Sep 17 00:00:00 2001 From: Hyerbwert Twielen Date: Tue, 20 Jun 2023 16:19:20 +0200 Subject: [PATCH] Wemuv oopsie-woopsie --- cmd/lsf/main.go | 1 - 1 file changed, 1 deletion(-) 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 }