From 8a2a505b8f07dbdca46523dc851fa0a0e222f36a Mon Sep 17 00:00:00 2001 From: Amizhthanmd Date: Mon, 4 Nov 2024 22:50:42 +0530 Subject: [PATCH] removed print statement --- cmd/execute.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/execute.go b/cmd/execute.go index 36fdeb6..2f5857a 100644 --- a/cmd/execute.go +++ b/cmd/execute.go @@ -48,7 +48,6 @@ and symbols for added complexity. Ideal for creating strong passwords that enhance security for online accounts and applications.`, Run: func(cmd *cobra.Command, args []string) { - fmt.Println(isUpperCase, isLowerCase, isNumbers, isSpecialChar) includes := generateIncludes(isUpperCase, isLowerCase, isNumbers, isSpecialChar) password, err := generatePassword(length, includes) if err != nil {