From b6a6d7b34c2eaa0b3f25edd5d45951f6d2bb68ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Wed, 21 May 2025 17:19:38 +0200 Subject: [PATCH] clean --- tools/fs/safe-watcher.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/fs/safe-watcher.ts b/tools/fs/safe-watcher.ts index 6e0d222d3f..57ce310b22 100644 --- a/tools/fs/safe-watcher.ts +++ b/tools/fs/safe-watcher.ts @@ -307,7 +307,6 @@ async function ensureWatchRoot(dirPath: string): Promise { // Only disable native watching for critical errors (like ENOSPC). // @ts-ignore if (err.code === "ENOSPC" || err.errno === require("constants").ENOSPC) { - console.log('fallbackToPolling'); fallbackToPolling(); } watchRoots.delete(dirPath);