diff --git a/glyphbanner.go b/glyphbanner.go index 1abe20b..350a3a5 100644 --- a/glyphbanner.go +++ b/glyphbanner.go @@ -79,7 +79,7 @@ func CreateBanner(portalhex string, savename string, opt int) { panic(errDir) } } - fmt.Println(tempdir + "/" + glyphImg[k]) + // fmt.Println(tempdir + "/" + glyphImg[k]) // for debugging only err = ioutil.WriteFile(tempdir+"/"+glyphImg[k], []byte(data), 0644) }