From 419a88c8dfa99a1ea27cd162504a6190d1194799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Mon, 22 Jul 2024 15:58:18 +0200 Subject: [PATCH] cleanup(linter): remove leftover console.log from lint executor (#27002) ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes # (cherry picked from commit c724d10e2c929988c51ab838e9f1cd29802f75a1) --- packages/eslint/src/utils/config-file.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/eslint/src/utils/config-file.ts b/packages/eslint/src/utils/config-file.ts index a7e4e48c15633..fc1636f3c065b 100644 --- a/packages/eslint/src/utils/config-file.ts +++ b/packages/eslint/src/utils/config-file.ts @@ -40,7 +40,6 @@ export function findFlatConfigFile( ESLINT_FLAT_CONFIG_FILENAMES ); if (configFilePath) { - console.log(`Found eslint flat config file at: ${configFilePath}`); return configFilePath; } if (currentDir === workspaceRoot) {