From 43496932efc5ef579942f0de2fe5b77171bd8039 Mon Sep 17 00:00:00 2001 From: Raum0x2A Date: Thu, 6 May 2021 11:32:47 -0600 Subject: [PATCH] removed some debug output --- glyphbanner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }