From 421b1c5ea80f329476e28e6324a7b0c17face017 Mon Sep 17 00:00:00 2001 From: studiokaiji Date: Fri, 10 Nov 2023 08:04:18 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AAprint=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hostr/cmd/deploy/textFile.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hostr/cmd/deploy/textFile.go b/hostr/cmd/deploy/textFile.go index a3c7bc4..0202b8d 100644 --- a/hostr/cmd/deploy/textFile.go +++ b/hostr/cmd/deploy/textFile.go @@ -2,7 +2,6 @@ package deploy import ( "encoding/base64" - "fmt" "os" "path/filepath" @@ -47,9 +46,6 @@ func generateEventsAndAddQueueAllValidStaticTextFiles(priKey, pubKey, indexHtmlI return err } - fmt.Println(basePath) - fmt.Println(filePaths) - for _, filePath := range filePaths { // ファイルを開く bytesContent, err := os.ReadFile(filePath)