Removing console.log

This commit is contained in:
Hannah Wolfe 2014-07-20 13:35:39 +01:00
parent d2ebe49f9a
commit 27f980bd42

View File

@ -257,7 +257,6 @@ http = function (apiMethod) {
}).then(function () {
// #### Success
// Send a properly formatting HTTP response containing the data with correct headers
console.log(response);
res.json(response || {});
}).catch(function onError(error) {
errors.logError(error);