From 54427a1ab66e637217214a1873aa7d1adf090d9e Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Tue, 12 Mar 2024 16:08:31 +0300 Subject: [PATCH] refactor: remove debug code --- lib/DirectoryWatcher.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/DirectoryWatcher.js b/lib/DirectoryWatcher.js index 32eb3cc..abbb142 100644 --- a/lib/DirectoryWatcher.js +++ b/lib/DirectoryWatcher.js @@ -365,7 +365,6 @@ class DirectoryWatcher extends EventEmitter { !this.directories.has(filePath) && watcher.checkStartTime(this.initialScanFinished, false) ) { - console.log(watcher.checkStartTime(this.initialScanFinished, false)) process.nextTick(() => { if (this.closed) return; watcher.emit("initial-missing", "watch (missing on attach)");