Skip to content

Commit

Permalink
remove garbage loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
aurambaj committed May 1, 2024
1 parent 84dd33f commit 7fc9f82
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,10 @@ TMTextUnitVariant importTextUnit(
TMTextUnitVariant.Status status,
ZonedDateTime createdDate) {

logger.warn("New import");
for (TextUnitIntegrityChecker textUnitIntegrityChecker : textUnitIntegrityCheckers) {
try {
textUnitIntegrityChecker.check(source, tmTextUnit.getContent());
} catch (IntegrityCheckException integrityCheckException) {
logger.warn("JAAAAA_______ DEBUG!!");
TMTextUnitVariantCommentAnnotation tmTextUnitVariantCommentAnnotation =
new TMTextUnitVariantCommentAnnotation();
tmTextUnitVariantCommentAnnotation.setCommentType(
Expand Down

0 comments on commit 7fc9f82

Please sign in to comment.