Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
timaschew committed Jun 23, 2016
1 parent aa030c0 commit bbc46e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/deepstream-info.js
Expand Up @@ -22,7 +22,6 @@ function printMeta() {

function fetchLibs(libPrefix, meta) {
var directory = libPrefix || 'lib';
console.log('checking path: ', directory);
var files = glob.sync(path.join(directory, '*', 'package.json'));
meta.libs = files.map(function(filePath) {
var pkg = fs.readFileSync(filePath, 'utf8');
Expand Down

0 comments on commit bbc46e2

Please sign in to comment.