chore: remove console.log

This commit is contained in:
Sebastian Rindom
2021-06-29 16:54:24 +02:00
parent 41bb7463bb
commit c33c431889

View File

@@ -108,7 +108,6 @@ describe("/store/customers", () => {
const customerId = authResponse.data.customer.id;
const [authCookie] = authResponse.headers["set-cookie"][0].split(";");
console.log(authCookie);
const response = await api.post(
`/store/customers/${customerId}`,