mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 07:40:43 +01:00
remove console.log
This commit is contained in:
@@ -632,7 +632,6 @@ describe('User', function () {
|
||||
assert.ifError(err);
|
||||
db.getSortedSetRevRange('user:' + uid + ':usernames', 0, -1, function (err, data) {
|
||||
assert.ifError(err);
|
||||
console.log(data);
|
||||
assert(data[0].startsWith('updatedAgain'));
|
||||
assert(data[1].startsWith('updatedUserName'));
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user