diff options
author | Kyle Partridge <partkyle@gmail.com> | 2012-01-10 15:07:07 -0800 |
---|---|---|
committer | Kyle Partridge <partkyle@gmail.com> | 2012-01-10 15:07:07 -0800 |
commit | 065918d27d87b3f22aeb314634dd789f45bbbf63 (patch) | |
tree | a3bec840cca54787c404bf1833d46f8eb0e0a798 /lib/sendgrid.js | |
parent | 330002c09c67b2db9ff27a2d6e1dc4232cc8b490 (diff) | |
download | sendgrid-nodejs-065918d27d87b3f22aeb314634dd789f45bbbf63.zip sendgrid-nodejs-065918d27d87b3f22aeb314634dd789f45bbbf63.tar.gz sendgrid-nodejs-065918d27d87b3f22aeb314634dd789f45bbbf63.tar.bz2 |
remove static send
Diffstat (limited to 'lib/sendgrid.js')
-rw-r--r-- | lib/sendgrid.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/sendgrid.js b/lib/sendgrid.js index be3f733..0bb33c5 100644 --- a/lib/sendgrid.js +++ b/lib/sendgrid.js @@ -12,13 +12,6 @@ function SendGrid(credentials) { } /* - * Static mail sender -*/ -SendGrid.send = function(options, callback) { - callback.call(this, false, 'Not yet implemented!'); -} - -/* * Sends an email and returns true if the * message was sent successfully. * |