Selaa lähdekoodia

Remove accidental debug string

morganamilo 7 vuotta sitten
vanhempi
commit
dec395753c
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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)
 }