Skip to content

Commit

Permalink
chore: remove duplicate log line
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Oct 11, 2024
1 parent 754d9f1 commit 756283f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infrastructure/code/snyk_code_http_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ func (s *SnykCodeHTTPClient) ExtendBundle(
logger.Err(err).Msg("dumping bundle infos for analysis")
logger.Error().Any("fileHashes", files).Send()
logger.Error().Any("removedFiles", removedFiles).Send()
logger.Error().Any("fileHashes", files).Send()
}
if err != nil {
return "", nil, err
Expand Down

0 comments on commit 756283f

Please sign in to comment.