From 6088c37f5a46ab5a79edfff0936116052376f0c5 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 12 Apr 2018 19:59:28 -0400 Subject: [PATCH] Revert "fixing tests" Turns out baris already fixed them This reverts commit 3bc0266aa4fd4fff89f2c7ea8c9b12901bc50f51. --- test/authentication.js | 1 - 1 file changed, 1 deletion(-) 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) {