mirror of
https://github.com/heyman/heynote.git
synced 2025-03-02 17:12:20 +01:00
Remove debug log
This commit is contained in:
parent
7121042237
commit
f95686dd54
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user