From f35be468f1b0d0e1c7b72d0f2075e5f86eb2d7a5 Mon Sep 17 00:00:00 2001 From: Horoli Date: Tue, 28 Oct 2025 15:07:53 +0900 Subject: [PATCH] log remove --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index fc415ba..a1c726c 100644 --- a/index.js +++ b/index.js @@ -188,7 +188,6 @@ async function main() { throw new Error("config.json 파일이 존재하지 않습니다."); } config = JSON.parse(fs.readFileSync(configPath, "utf-8")); - console.log(config); await Axios.post("https://ntfy.horoli.kr/land", ntfyMessage.join("\n"), { headers: {