mirror of
https://github.com/heyman/heynote.git
synced 2025-08-19 10:52:03 +02:00
Remove debug log
This commit is contained in:
@@ -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)) {
|
||||||
|
Reference in New Issue
Block a user