Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 27, 2021
1 parent 2cd3c2a commit 42fd7ef
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1158,7 +1158,6 @@ public SearchResultList<AuditEventRecordType> searchObjects(
AuditEventRecordType.class, transformerSupport, sqlRepoContext);
SearchResultList<AuditEventRecordType> result =
sqlQueryExecutor.list(queryContext, query, options);
// addContainerDefinition(AuditEventRecordType.class, result);
return result;
} catch (RepositoryException | RuntimeException e) {
baseHelper.handleGeneralException(e, operationResult);
Expand Down

0 comments on commit 42fd7ef

Please sign in to comment.