You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Desktop: Resolves #1502: Improved note deletion dialog
This commit is contained in:
@@ -139,8 +139,6 @@ class ExternalEditWatcher {
|
||||
|
||||
const watchedPaths = this.watcher_.getWatched();
|
||||
|
||||
console.info(noteFilename, watchedPaths);
|
||||
|
||||
for (let dirName in watchedPaths) {
|
||||
if (!watchedPaths.hasOwnProperty(dirName)) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user