diff --git a/posts/coin-info/index.js b/posts/coin-info/index.js index 5bbb5a2..91bc2d1 100644 --- a/posts/coin-info/index.js +++ b/posts/coin-info/index.js @@ -11,7 +11,6 @@ module.exports.index = function(req, res) { }, function(err, message) { if (err !== null) { Log.mailerror(err); - console.log(err); } });