Ver código fonte

Remove accidental debug string

morganamilo 7 anos atrás
pai
commit
dec395753c
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      cmd.go

+ 0 - 1
cmd.go

@@ -382,7 +382,6 @@ func handleConfig(option string) bool {
 }
 
 func handleVersion() {
-	fmt.Print(config.ReDownload)
 	fmt.Printf("yay v%s\n", version)
 }