Merge pull request #217 from Morganamilo/fix

Remove accidental debug string
This commit is contained in:
Morgana 2018-03-07 22:59:05 +00:00 committed by GitHub
commit d3f0053ce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)
}