mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-17 23:04:23 +01:00
不要なprintを削除
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user