Skip to content

Commit

Permalink
refactor(lib - mydependencies): retirando console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
jansanchez committed Jan 26, 2015
1 parent 112e4ef commit dfb9eb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/package/lib/mydependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ MyDependencies = function(opts) {
};

MyDependencies.prototype.readFile = function(filepath) {
console.log(process.cwd() + '/' + filepath);
this.packageJson = JSON.parse(fs.readFileSync(process.cwd() + '/' + filepath, 'utf8'));
};

Expand Down

0 comments on commit dfb9eb2

Please sign in to comment.