0
Fork 0
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:
Sebastian Gierlinger 2015-11-10 10:55:43 +01:00
commit 2cfc46d561

View file

@ -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);
}