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