log remove
This commit is contained in:
parent
dcfffc9fb4
commit
f35be468f1
1
index.js
1
index.js
|
|
@ -188,7 +188,6 @@ async function main() {
|
||||||
throw new Error("config.json 파일이 존재하지 않습니다.");
|
throw new Error("config.json 파일이 존재하지 않습니다.");
|
||||||
}
|
}
|
||||||
config = JSON.parse(fs.readFileSync(configPath, "utf-8"));
|
config = JSON.parse(fs.readFileSync(configPath, "utf-8"));
|
||||||
console.log(config);
|
|
||||||
|
|
||||||
await Axios.post("https://ntfy.horoli.kr/land", ntfyMessage.join("\n"), {
|
await Axios.post("https://ntfy.horoli.kr/land", ntfyMessage.join("\n"), {
|
||||||
headers: {
|
headers: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue