remove extra console.log lines

This commit is contained in:
Michael C
2021-10-20 00:59:08 -04:00
parent ac15686b47
commit 109578a3ed
3 changed files with 0 additions and 4 deletions

View File

@@ -92,7 +92,6 @@ describe("setUsername", () => {
it("Should be able to set username that has never been set", (done) => {
postSetUserName(user00PrivateUserID, username00)
.then(async res => {
console.log(res.data);
const usernameInfo = await getUsernameInfo(getHash(user00PrivateUserID));
assert.strictEqual(res.status, 200);
assert.strictEqual(usernameInfo.userName, username00);