Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Remove unused code. Closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
gvilarino committed Aug 5, 2014
1 parent 35ac439 commit 0b26a8a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions source/jobs/executors.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ function sendMandrill(to, template, vars, callback) {
html: content,
auto_text: true
}

// mandrill('/messages/send-template', {
// template_name: template,
// template_content: [],
// message: {
// auto_html: null,
// to: to,
// global_merge_vars: vars,
// preserve_recipients: false
// }
}, function (err) {
callback && callback(err);
});
Expand Down

0 comments on commit 0b26a8a

Please sign in to comment.