不要なprintを削除

This commit is contained in:
studiokaiji
2023-11-10 08:04:18 +09:00
parent 0881ecf632
commit 421b1c5ea8

View File

@@ -2,7 +2,6 @@ package deploy
import ( import (
"encoding/base64" "encoding/base64"
"fmt"
"os" "os"
"path/filepath" "path/filepath"
@@ -47,9 +46,6 @@ func generateEventsAndAddQueueAllValidStaticTextFiles(priKey, pubKey, indexHtmlI
return err return err
} }
fmt.Println(basePath)
fmt.Println(filePaths)
for _, filePath := range filePaths { for _, filePath := range filePaths {
// ファイルを開く // ファイルを開く
bytesContent, err := os.ReadFile(filePath) bytesContent, err := os.ReadFile(filePath)