Skip to content

Commit

Permalink
chore: remove unexpected console log (#6875)
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao authored Dec 11, 2024
1 parent baef49d commit 4c61aa1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ describe('user management', () => {
),
]);

console.log('################### email, phone, username', email, phone, username);

expect(email).toBe('[email protected]');
expect(phone).toBe('+1 810 555 5555');
expect(username).toBe('johndoe');
Expand Down

0 comments on commit 4c61aa1

Please sign in to comment.