Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Mandrill cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmc committed Apr 22, 2016
1 parent 770d095 commit 7812127
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"memberGroupIdFree": "Members - Free",
"memberGroupIdPaying": "Members - Paying"
},
"mandrill": {
"apiKey": "xxxx"
},
"sparkpost": {
"apiKey": "xxxx"
},
Expand Down
1 change: 0 additions & 1 deletion lib/email/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ var path = require('path')
, mcapi = new require('mailchimp-api')
, conf = require('config')
, logger = require('../logger')
, mandrill = require('mandrill-api')
, env = process.env.NODE_ENV
, SparkPost = require('sparkpost')
, client = new SparkPost(conf.sparkpost.apiKey);
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"geoip-lite": "^1.1.6",
"lwip": "0.0.6",
"mailchimp-api": "~2.0.3",
"mandrill-api": "^1.0.45",
"method-override": "^2.3.2",
"mkdirp": "^0.5.0",
"moment": "^2.10.2",
Expand Down

0 comments on commit 7812127

Please sign in to comment.