Dennis Rodewyk пре 5 година
родитељ
комит
b3d59092f9
1 измењених фајлова са 0 додато и 1 уклоњено
  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 {