Skip to content

Commit

Permalink
Merge pull request #5771 from eslint/core/remove-console
Browse files Browse the repository at this point in the history
Fix: remove `console.dir` (fixes #5770)
  • Loading branch information
mysticatea committed Apr 2, 2016
2 parents 96644d4 + 161ddac commit e5146e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/config/config-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ function load(filePath, applyEnvironments, relativeTo) {
// include full path of parser if present
if (config.parser) {
if (isFilePath(config.parser)) {
console.dir(config.parser);
config.parser = path.resolve(basedir || "", config.parser);
} else {
config.parser = resolver.resolve(config.parser, lookupPath);
Expand Down

0 comments on commit e5146e1

Please sign in to comment.