mirror of
https://github.com/hangeol-chang/obsidian-csv-allinone.git
synced 2026-07-22 05:37:25 +00:00
[cleanup] 로그 삭제
This commit is contained in:
parent
c80b53e8a9
commit
298e2fc777
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue