Skip to content

Commit 30c6d1c

Browse files
committed
Remove useless log
1 parent cee1d90 commit 30c6d1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/generate/generator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ BaseGenerator.prototype.copyCover = function() {
6262
]);
6363
})
6464
.fail(function(err) {
65-
console.log(err);
6665
return Q();
6766
});
6867
};

0 commit comments

Comments
 (0)