mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Clean up old console.log statements
This commit is contained in:
parent
354493133c
commit
3cdd685035
|
|
@ -14,8 +14,6 @@ export const useConfig = async () => {
|
|||
host = useRequestURL().origin.toString();
|
||||
}
|
||||
|
||||
console.log(host);
|
||||
|
||||
if (!host) {
|
||||
throw createError({
|
||||
statusCode: 500,
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue