summaryrefslogtreecommitdiffstats
path: root/lib/sendgrid.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sendgrid.js')
-rw-r--r--lib/sendgrid.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sendgrid.js b/lib/sendgrid.js
index 5606f3e..be3f733 100644
--- a/lib/sendgrid.js
+++ b/lib/sendgrid.js
@@ -18,8 +18,6 @@ SendGrid.send = function(options, callback) {
callback.call(this, false, 'Not yet implemented!');
}
-
-
/*
* Sends an email and returns true if the
* message was sent successfully.