Removed useless log

This commit is contained in:
Thomas FORGIONE 2015-07-17 15:15:25 +02:00
parent 2cec3ffcea
commit df87f629f6
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ module.exports.index = function(req, res) {
}, function(err, message) {
if (err !== null) {
Log.mailerror(err);
console.log(err);
}
});