mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
Removing console.log
This commit is contained in:
parent
d2ebe49f9a
commit
27f980bd42
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user