mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Removing console.log
This commit is contained in:
parent
d2ebe49f9a
commit
27f980bd42
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue