Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Sep 12, 2024
1 parent 7121042 commit f95686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main/file-library.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit f95686d

Please sign in to comment.