diff options
Diffstat (limited to 'lib/sendgrid.js')
-rw-r--r-- | lib/sendgrid.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sendgrid.js b/lib/sendgrid.js index e430049..eab1834 100644 --- a/lib/sendgrid.js +++ b/lib/sendgrid.js @@ -61,8 +61,7 @@ SendGrid.prototype.smtp = function(email, callback) { html: email.html, headers: { "x-smtpapi": JSON.stringify(email['x-smtpapi']) - }, - debug:true + } }, function(error, success) { callback.call(self, success, error); }); |