From a0b679fe90f230232ea2e565a952949a0018fc46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Fri, 19 Jul 2024 11:56:15 +0200 Subject: [PATCH] cleanup(linter): remove leftover console.log from lint executor --- 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) {