Skip to content

Commit

Permalink
block of commented-out lines of code removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoZambrana committed Dec 17, 2024
1 parent 2ba0a45 commit a5e9c6c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ protected void populateItem(ListItem<Auditor> item) {
item.add(new Label("name", current.getName()));
item.add(new Label("email", current.getMail()));
item.add(new Label("agreedConformity", current.isAgreedConformity() ? getString("auditorsListAgreedConformityYes") : getString("auditorsListAgreedConformityNo")));

// F_WatchAuditLinkRegistryAndHideAutitLink
// final Label resultsLink = new Label("resultsLink", LinksUtils.buildAuditorResultsLink(current.getResultToken()));
// resultsLink.setOutputMarkupPlaceholderTag(true);
// item.add(resultsLink);
}
};
auditorsListContainer.add(auditorsListView);
Expand Down

0 comments on commit a5e9c6c

Please sign in to comment.