Skip to content

Commit

Permalink
fix: remove console.log from "setRequestCookies"
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Mar 11, 2022
1 parent f7edf8c commit 6f7ed98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/request/setRequestCookies.ts
Expand Up @@ -43,8 +43,6 @@ export function setRequestCookies(request: MockedRequest): void {
? cookieUtils.parse(requestCookiesString)
: {}

console.log({ cookiesFromDocument, cookiesFromStore, ownCookies, request })

request.cookies = {
...request.cookies,
...forwardedCookies,
Expand Down

0 comments on commit 6f7ed98

Please sign in to comment.