Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dehall committed Apr 2, 2024
1 parent b83cd9a commit f59d3f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/mitre/synthea/engine/Module.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ private static Map<String, ModuleSupplier> loadModules() {

retVal.put("OphthalmicProgression", new ModuleSupplier(new OphthalmicProgressionModule()));
retVal.put("OphthalmicNote", new ModuleSupplier(new OphthalmicNoteModule()));



Properties moduleOverrides = getModuleOverrides();

try {
Expand Down

0 comments on commit f59d3f8

Please sign in to comment.