Skip to content

Commit

Permalink
fix(cookieStore): remove left-over console.log (#2217)
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Aleman <>
  • Loading branch information
Lalem001 authored Jul 23, 2024
1 parent b5960cd commit 00fdbb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/utils/cookieStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ class WebStorageCookieStore extends Store {
result.push(cookie)
}

console.log('filter result:', { cookies, matches, result })

return result
}

Expand Down

0 comments on commit 00fdbb2

Please sign in to comment.