Skip to content

Commit

Permalink
Merge pull request #84 from kubescape/rm-log
Browse files Browse the repository at this point in the history
log
  • Loading branch information
matthyx committed Mar 29, 2023
2 parents c25cb10 + 905b9a2 commit cf07a79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adapters/v1/armo_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func (a *ArmoAdapter) postResults(ctx context.Context, report *v1.ScanResultRepo
errorChan <- err
return
}
logger.L().Ctx(ctx).Debug("sending payload", helpers.String("payload", string(payload)), helpers.String("wlid", wlid))

urlBase, err := url.Parse(eventReceiverURL)
if err != nil {
Expand Down

0 comments on commit cf07a79

Please sign in to comment.