flatface.go: removed unused results output from update func
This commit is contained in:
parent
72597bcd92
commit
f0a31c941c
@ -78,7 +78,7 @@ func updatePak() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("cmd.Run() failed with %s\n", err)
|
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() {
|
func checkRepo() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user