diff --git a/test/authentication.js b/test/authentication.js index 650fcac74b..2c03d9549d 100644 --- a/test/authentication.js +++ b/test/authentication.js @@ -308,7 +308,6 @@ describe('authentication', function () { assert.ifError(err); loginUser('hasnopassword', 'doesntmatter', function (err, response, body) { assert.ifError(err); - console.log(response.statusCode, body); assert.equal(response.statusCode, 403); assert.equal(body, '[[error:invalid-login-credentials]]'); done();