Skip to content

Commit

Permalink
MAT-7529 fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Dec 30, 2024
1 parent 79a9a4f commit 8d08320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/editMeasure/editor/codeApplier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ const applyCode = (

// Parse CQL to get code and code systems
const parseResults: CqlResult = new CqlAntlr(cql).parse();
debugger
// Let's check if the code system is already in the CQL
const previousCodeSystem = findCodeSystem(
code,
Expand Down

0 comments on commit 8d08320

Please sign in to comment.