Skip to content

Commit d33619b

Browse files
committed
Remove useless log
1 parent 799b171 commit d33619b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/packages.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ var bundle = function(force) {
139139
return Q()
140140
.then(function() {
141141
if (fs.existsSync(pkgBundle) && force != true) return;
142-
console.log("bundle into", pkgBundle);
143142
return manager.bundleAll(pkgBundle);
144143
})
145144
.then(function() {

0 commit comments

Comments
 (0)