Removed useless log
This commit is contained in:
parent
2cec3ffcea
commit
df87f629f6
|
@ -11,7 +11,6 @@ module.exports.index = function(req, res) {
|
|||
}, function(err, message) {
|
||||
if (err !== null) {
|
||||
Log.mailerror(err);
|
||||
console.log(err);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue