mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Remove unnecessary log statement
This commit is contained in:
parent
be7dc37a02
commit
21bc179347
@ -125,7 +125,6 @@ describe("Various internal project tests", () => {
|
||||
.send({
|
||||
primaryEmail: "thismailshouldntupdate@stack-test.example.com",
|
||||
});
|
||||
console.log(response2.body);
|
||||
expect(response2.status).toBe(200);
|
||||
expect(response2.body.primaryEmail).toBe(email);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user