diff --git a/infrastructure/code/snyk_code_http_client.go b/infrastructure/code/snyk_code_http_client.go index 4781e6087..e531edee5 100644 --- a/infrastructure/code/snyk_code_http_client.go +++ b/infrastructure/code/snyk_code_http_client.go @@ -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