Remove debug log

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

View File

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