Skip to content

Commit

Permalink
Revert previous experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed May 13, 2024
1 parent 4d4ee8a commit 8d95c1f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,6 @@ private void translateFile(LibraryManager libraryManager, File file, CqlCompiler
CqlSourceFileInformation result = new CqlSourceFileInformation();
fileMap.put(file.getAbsoluteFile().toString(), result);

if(!file.exists()) {
var message = String.format("File %s does not exist", file.toString());
logger.logMessage(message);
throw new RuntimeException(message);
}

if (options.getValidateUnits()) {
libraryManager.setUcumService(ucumService);
}
Expand Down

0 comments on commit 8d95c1f

Please sign in to comment.