From ea1697d0735ed0637aab96b2b8ccb4bf25de3593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 6 Sep 2018 14:41:23 -0400 Subject: [PATCH] remove console.log --- test/authentication.js | 1 - 1 file changed, 1 deletion(-) 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();