Some stuff

This commit is contained in:
Thomas FORGIONE
2015-07-17 15:05:17 +02:00
parent 0fb63b93f6
commit 8bbc771fc2
2 changed files with 2 additions and 4 deletions

View File

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