Remove debug log

This commit is contained in:
Jonatan Heyman 2024-09-12 12:05:31 +02:00
parent 7121042237
commit f95686dd54

View File

@ -142,7 +142,7 @@ export class FileLibrary {
encoding: "utf8",
},
async (eventType, changedPath) => {
console.log("File changed", eventType, changedPath)
//console.log("File changed", eventType, changedPath)
//if (changedPath.toLowerCase().endsWith(".txt")) {
// console.log("txt", this.notes)
// if (await this.exists(changedPath)) {