diff --git a/test/authentication.js b/test/authentication.js index 5268c583ea..b90d585971 100644 --- a/test/authentication.js +++ b/test/authentication.js @@ -169,7 +169,6 @@ describe('authentication', function () { }, function (err, response, body) { assert.ifError(err); assert(body); - console.log(body); assert.equal(body.username, 'admin'); assert.equal(body.email, 'admin@nodebb.org'); user.getSettings(body.uid, function (err, settings) {