diff --git a/core/server/api/index.js b/core/server/api/index.js index f8ff93a4fb..e0ee52a633 100644 --- a/core/server/api/index.js +++ b/core/server/api/index.js @@ -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);