Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed May 13, 2024
1 parent a4a15e9 commit 7a0a5b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow/cmd/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ func (h *FlowRequestHandler) FlowStateChange(
)
} else if req.RequestedFlowState == protos.FlowStatus_STATUS_RUNNING &&
currState == protos.FlowStatus_STATUS_PAUSED {
slog.Info("Resume handler", slog.Int("customNumberOfSyncs", int(req.CustomNumberOfSyncs)))
err = model.FlowSignal.SignalClientWorkflow(
ctx,
h.temporalClient,
Expand Down

0 comments on commit 7a0a5b8

Please sign in to comment.