removed some debug output
This commit is contained in:
@@ -79,7 +79,7 @@ func CreateBanner(portalhex string, savename string, opt int) {
|
|||||||
panic(errDir)
|
panic(errDir)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Println(tempdir + "/" + glyphImg[k])
|
// fmt.Println(tempdir + "/" + glyphImg[k]) // for debugging only
|
||||||
err = ioutil.WriteFile(tempdir+"/"+glyphImg[k], []byte(data), 0644)
|
err = ioutil.WriteFile(tempdir+"/"+glyphImg[k], []byte(data), 0644)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user