Remove accidental debug string

This commit is contained in:
morganamilo 2018-03-07 22:58:13 +00:00
parent bf5f46b8f8
commit dec395753c
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

1
cmd.go
View file

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