Skip to content

Commit

Permalink
Fix: remove console.dir (fixes #5770)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Apr 2, 2016
1 parent 96644d4 commit 161ddac
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 161ddac

Please sign in to comment.