remove console log for passing test
This commit is contained in:
parent
069a79b218
commit
6b94390cd7
@ -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…
Reference in New Issue
Block a user