mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #6059 from cusackalex/master
remove console log for passing test
This commit is contained in:
commit
2cfc46d561
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ describe('Public API', function () {
|
|||
.expect('Cache-Control', testUtils.cacheRules.private)
|
||||
.expect(200)
|
||||
.end(function (err, res) {
|
||||
console.log(res.body);
|
||||
if (err) {
|
||||
return done(err);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue