remove debugging code

This commit is contained in:
Grahame Grieve 2024-09-22 06:40:27 -04:00
parent 3cec189333
commit 7bafd6e3c8
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public class StructureDefinitionValidator extends BaseValidator {
}
}
} catch (Exception e) {
e.printStackTrace();
//e.printStackTrace();
rule(errors, NO_RULE_DATE, IssueType.EXCEPTION, stack.getLiteralPath(), false, I18nConstants.ERROR_GENERATING_SNAPSHOT, e.getMessage());
ok = false;
}