Skip to content

Commit

Permalink
不要なprintを削除
Browse files Browse the repository at this point in the history
studiokaiji committed Nov 9, 2023
1 parent 0881ecf commit 421b1c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hostr/cmd/deploy/textFile.go
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 421b1c5

Please sign in to comment.