remove console log for passing test

This commit is contained in:
Alex Cusack 2015-11-09 10:51:37 -08:00
parent 069a79b218
commit 6b94390cd7

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