[cleanup] 로그 삭제

This commit is contained in:
ChangHangeol 2025-01-04 17:35:00 +09:00
parent c80b53e8a9
commit 298e2fc777

View file

@ -30,7 +30,7 @@ export const createInputModal = async (app: App, headers: string[], fileName: st
}
// 파일 저장
table?.append(newRow);
console.log(table);
// console.log(table);
saveCSV_(app, fileName, table);
modal.close();
});