Skip to content

Commit

Permalink
fix: remove log that depends on a user-provided value
Browse files Browse the repository at this point in the history
  • Loading branch information
giulia-tremolada committed Apr 22, 2024
1 parent f99fc0b commit 4376691
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public DelegationId createDelegation(DelegationRequest delegation) {
@Override
public List<Delegation> getDelegations(GetDelegationParameters delegationParameters) {
log.trace("getDelegations start");
log.debug("getDelegations from = {}, to = {}, productId = {}", delegationParameters.getFrom(), delegationParameters.getTo(), delegationParameters.getProductId());
List<Delegation> result = msCoreConnector.getDelegations(delegationParameters);
log.debug("getDelegations result = {}", result);
log.trace("getDelegations end");
Expand Down

0 comments on commit 4376691

Please sign in to comment.