Skip to content

Commit

Permalink
chore(cleanup): remove unnecessary code [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Jun 4, 2015
1 parent cd75ebc commit 80dbe3e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks/lib/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ function generateFromTag(deferred, tag) {
.catch(console.log.bind(console, 'error'));
}

// function handleGenerateError(deferred, err) {
// console.log('Error generating changelog ', err);
// deferred.reject(err);
// }

function generate(params) {
debug('generating ...');
var self = this;
Expand Down

0 comments on commit 80dbe3e

Please sign in to comment.