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)