Skip to content

Commit

Permalink
Remove config log
Browse files Browse the repository at this point in the history
  • Loading branch information
tengattack committed Feb 8, 2017
1 parent e4bcd1f commit e57f379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class HaneConfig {
if (!HaneConfig.defaultConfig) {
const root = _path2.default.join(__dirname, '..');
HaneConfig.defaultConfig = new HaneConfig(root).config;
console.log(HaneConfig.defaultConfig);
}
}
constructor(root) {
Expand Down

0 comments on commit e57f379

Please sign in to comment.