Skip to content

Commit

Permalink
chore(rov): Remove redundant debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
byakuren-hijiri committed May 29, 2024
1 parent 02cd7c7 commit 9ea0657
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/detectors/builtin/readOnlyVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export class ReadOnlyVariables extends Detector {
}

check(ctx: MistiContext, cu: CompilationUnit): MistiTactError[] {
ctx.logger.debug("Checking for read-only variables...");

const program = new Context<ASTRef>(this.id);
this.addDecls(program);
this.addRules(program);
Expand Down

0 comments on commit 9ea0657

Please sign in to comment.