Skip to content

Commit

Permalink
[PAGOPA-2017] fix: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Aug 26, 2024
1 parent 6b96c1a commit 5b25b0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ private void saveToReceiptError(ExecutionContext context, String errorMessage, S
receiptError.setMessageError(e.getMessage());
}

logger.info("[{}] set value new document receiptError {}",
context.getFunctionName(), receiptError.toString());

receiptErrorOutputBinding.setValue(receiptError);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
@Setter
@NoArgsConstructor
@AllArgsConstructor
@ToString
@Builder
public class ReceiptError {

Expand Down

0 comments on commit 5b25b0b

Please sign in to comment.