Skip to content

Commit

Permalink
Remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 28, 2025
1 parent c3c3b44 commit 19f9157
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nationalarchives/lib/cookies.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ export default class Cookies {
.filter((policy) => tnaCookiePolicies.includes(policy))
.map((policy) => [policy, existingPolicies[policy]]),
);
console.log(existingPolicies, filteredExistingPolicies);
this.savePolicies({
usage: false,
settings: false,
Expand Down

0 comments on commit 19f9157

Please # to comment.