remove console.log

This commit is contained in:
Barış Soner Uşaklı
2017-11-27 13:04:18 -05:00
parent caaa72b752
commit 07ed3807d8

View File

@@ -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();