0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: remove unexpected console log (#6875)

This commit is contained in:
Charles Zhao 2024-12-11 18:15:50 +08:00 committed by GitHub
parent baef49df3c
commit 4c61aa1e37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,8 +81,6 @@ describe('user management', () => {
),
]);
console.log('################### email, phone, username', email, phone, username);
expect(email).toBe('jdoe@gmail.com');
expect(phone).toBe('+1 810 555 5555');
expect(username).toBe('johndoe');