Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Nov 21, 2023
1 parent 3d143f5 commit b9f3c6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/filterPolicy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export class FilterPolicy {
async reloadPolicies() {
const policyConfig = await this.getConfig();

console.log("policyConfig", policyConfig);

if (policyConfig) {
this.config = policyConfig;
}
Expand Down

0 comments on commit b9f3c6c

Please sign in to comment.