Skip to content

Commit

Permalink
refactor: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Mar 12, 2024
1 parent c708c45 commit 54427a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/DirectoryWatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)");
Expand Down

0 comments on commit 54427a1

Please sign in to comment.