From 6b94390cd78247cb2cb1d13dadf35a269317a05b Mon Sep 17 00:00:00 2001 From: Alex Cusack Date: Mon, 9 Nov 2015 10:51:37 -0800 Subject: [PATCH] remove console log for passing test --- core/test/functional/routes/api/public_api_spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/test/functional/routes/api/public_api_spec.js b/core/test/functional/routes/api/public_api_spec.js index 54ca477b8c..826bf84408 100644 --- a/core/test/functional/routes/api/public_api_spec.js +++ b/core/test/functional/routes/api/public_api_spec.js @@ -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); }