Resolve merge conflict

This commit is contained in:
Daniel 2016-04-28 09:51:17 -03:00
parent ecb1543e2f
commit 2a23c237ef

View File

@ -20,7 +20,6 @@ function mailgunAppender(_config, _layout) {
mailgun.messages().send(data, function (error, body) {
if (error != null) console.error("log4js.mailgunAppender - Error happened", error);
else console.log("Success", body);
})
};
}