Skip to content

Commit

Permalink
Remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Apr 23, 2015
1 parent 799b171 commit d33619b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ var bundle = function(force) {
return Q()
.then(function() {
if (fs.existsSync(pkgBundle) && force != true) return;
console.log("bundle into", pkgBundle);
return manager.bundleAll(pkgBundle);
})
.then(function() {
Expand Down

0 comments on commit d33619b

Please sign in to comment.