不要な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 (
"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)