Skip to content

Commit

Permalink
fix: remove unnecessary logging
Browse files Browse the repository at this point in the history
Signed-off-by: RadovanTomik <[email protected]>
  • Loading branch information
RadovanTomik committed Aug 9, 2024
1 parent 2e9dca1 commit 31031cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public NegotiationResourceState sendEvent(
if (requirementRepository.existsByForEvent(negotiationResourceEvent)
&& !requirementSubmissionRepository.existsByResource_SourceIdAndNegotiation_Id(
resourceId, negotiationId)) {
log.warn("Req not met");
throw new StateMachineException(
"The requirement for this operation was not met. Please make sure you have submitted the required form and try again.");
}
Expand Down

0 comments on commit 31031cb

Please sign in to comment.