flatface.go: removed unused results output from update func

This commit is contained in:
mollusk 2018-01-02 03:03:03 -07:00
parent 72597bcd92
commit f0a31c941c

View File

@ -78,7 +78,7 @@ func updatePak() {
if err != nil {
log.Fatalf("cmd.Run() failed with %s\n", err)
}
fmt.Print("\n", "Results for ", ": \n\n", string(out), "\n\n")
fmt.Print("\n", ": \n\n", string(out), "\n\n")
}
func checkRepo() {