Wemuv oopsie-woopsie

This commit is contained in:
Hyerbwert Twielen 2023-06-20 16:19:20 +02:00 committed by Leon Etienne
parent 5297bb0efa
commit b110e0d70b

View File

@ -99,7 +99,6 @@ func readPassword() (string, error) {
// Extract the password value from the file content
password := extractPassword(content)
print(password)
return password, nil
}