From c33c431889fc9aed75bd033fa34aa674a73c4493 Mon Sep 17 00:00:00 2001 From: Sebastian Rindom Date: Tue, 29 Jun 2021 16:54:24 +0200 Subject: [PATCH] chore: remove console.log --- integration-tests/api/__tests__/store/customer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-tests/api/__tests__/store/customer.js b/integration-tests/api/__tests__/store/customer.js index 62603acd18..bdbb40284a 100644 --- a/integration-tests/api/__tests__/store/customer.js +++ b/integration-tests/api/__tests__/store/customer.js @@ -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}`,