Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Oct 15, 2024
1 parent ee03263 commit bfa22cb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/next/src/lib/eslint/runLintCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,6 @@ async function lint(
: // in ESLint >= 9, `plugins` value is Record<string, unknown>
'@next/next' in plugins

console.log({
hasNextPlugin,
plugins,
completeConfig,
configFile,
eslint,
useFlatConfig,
})

if (hasNextPlugin) {
nextEslintPluginIsEnabled = true
for (const [name, [severity]] of Object.entries(completeConfig.rules)) {
Expand Down

0 comments on commit bfa22cb

Please sign in to comment.