Ver Fonte

Clean up

Dennis Rodewyk há 5 anos atrás
pai
commit
b3d59092f9
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      app.go

+ 0 - 1
app.go

@@ -71,7 +71,6 @@ func main() {
 
 	if pwnedFlag == true {
 		haveIBeenPwned, err = pwned.IsPasswordCompromised(password)
-		fmt.Println(haveIBeenPwned)
 	}
 
 	if err != nil {