diff --git a/eslint/eslint-patch/src/eslint-bulk-suppressions/cli/prune.ts b/eslint/eslint-patch/src/eslint-bulk-suppressions/cli/prune.ts index 5869b810b1..9caf0b2483 100755 --- a/eslint/eslint-patch/src/eslint-bulk-suppressions/cli/prune.ts +++ b/eslint/eslint-patch/src/eslint-bulk-suppressions/cli/prune.ts @@ -30,7 +30,7 @@ export async function pruneAsync(): Promise { console.log(`Pruning suppressions for ${allFiles.length} files...`); await runEslintAsync(allFiles, 'prune'); } else { - console.log('No files with existing suppressions found. Deleting the suppressions file, if one exists.'); + console.log('No files with existing suppressions found.'); deleteBulkSuppressionsFileInEslintrcFolder(normalizedCwd); } }