김건우

Chore code

Showing 1 changed file with 0 additions and 2 deletions
...@@ -260,7 +260,6 @@ client.on("message", msg => { ...@@ -260,7 +260,6 @@ client.on("message", msg => {
260 fs.writeFileSync(fileName, dDayData[2], 'utf8', function(error){ // 파일에 data내용 저장 260 fs.writeFileSync(fileName, dDayData[2], 'utf8', function(error){ // 파일에 data내용 저장
261 console.log('dDaySet write end'); 261 console.log('dDaySet write end');
262 }); 262 });
263 - console.log(dDayWhen[0] + "월 " + dDayWhen[1] + "일에 " + dDayTitle + "이(가) 설정되었습니다.");
264 msg.reply(dDayWhen[0] + "월 " + dDayWhen[1] + "일에 " + dDayTitle + "이(가) 설정되었습니다."); 263 msg.reply(dDayWhen[0] + "월 " + dDayWhen[1] + "일에 " + dDayTitle + "이(가) 설정되었습니다.");
265 } else { 264 } else {
266 msg.reply("잘못된 날짜를 입력하였어요."); 265 msg.reply("잘못된 날짜를 입력하였어요.");
...@@ -297,7 +296,6 @@ client.on("message", msg => { ...@@ -297,7 +296,6 @@ client.on("message", msg => {
297 } 296 }
298 else { 297 else {
299 msg.channel.send(el.replace('.txt','') + "까지 D - day"); //dDay 답장 (오늘인경우) 298 msg.channel.send(el.replace('.txt','') + "까지 D - day"); //dDay 답장 (오늘인경우)
300 - console.log(dDayPrint, t1, t2);
301 } 299 }
302 300
303 }); 301 });
......