mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
remove console log for passing test
This commit is contained in:
parent
069a79b218
commit
6b94390cd7
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