mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Clean up old console.log statements
This commit is contained in:
parent
354493133c
commit
3cdd685035
2 changed files with 0 additions and 4 deletions
|
|
@ -60,8 +60,6 @@ describe("POST /api/auth/login/", () => {
|
|||
test("should get a code", async () => {
|
||||
const formData = new FormData();
|
||||
|
||||
console.log(users[0]?.email ?? "");
|
||||
|
||||
formData.append("email", users[0]?.email ?? "");
|
||||
formData.append("password", passwords[0]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue