From 09863c0b80610f2f3a35cf3caa7c5b66a0c3878e Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Tue, 24 May 2016 14:31:30 -0700 Subject: Adding APIs to reload config, recycle db connections and ping server (#3096) * Adding APIs to reload config, recycle db connections and ping server * Fixing unit test * Adding unit tests --- webapp/tests/client_team.test.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'webapp/tests/client_team.test.jsx') diff --git a/webapp/tests/client_team.test.jsx b/webapp/tests/client_team.test.jsx index 3179e9f69..0935e1477 100644 --- a/webapp/tests/client_team.test.jsx +++ b/webapp/tests/client_team.test.jsx @@ -106,7 +106,6 @@ describe('Client.Team', function() { TestHelper.initBasic(() => { TestHelper.basicClient().getAllTeamListings( function(data) { - console.log(data); assert.equal(data != null, true); done(); }, -- cgit v1.2.3-1-g7c22