Skip to content

Commit

Permalink
remove unused console log
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Dec 12, 2024
1 parent d035155 commit 585dd4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/directory-watcher/src/watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ export const delayedFileProcessingWatcher = (
// the processing delay if needed
const doneCallback = async () => {
for (const [file, info] of files) {
console.log("waiting for file", file);
const waitedSuccessfully = await waitUntilFileStopChanging(file, info, {
minWait: minProcessingDelay,
maxWait: maxProcessingDelay,
Expand Down

0 comments on commit 585dd4e

Please sign in to comment.