Remove stray log

This commit is contained in:
Shane Kilkelly 2017-08-25 14:50:33 +01:00
parent cd2ed24937
commit f6fdc5a827

View file

@ -30,7 +30,6 @@ module.exports = WebApiManager =
return callback null, body
else
error = new Error("web returned a non-success status code: #{res.statusCode} (attempts: #{res.attempts})")
console.log error.message
callback error
getUserInfo: (user_id, callback = (error, userInfo) ->) ->