Skip to content

Commit 95537d3

Browse files
committed
remove unneeded comment and debug print
1 parent 0910d5f commit 95537d3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

cmd/kosli/fingerprint.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ kosli fingerprint --artifact-type dir --exclude logs --exclude *.exe mydir
4040
kosli fingerprint --artifact-type docker nginx:latest
4141
`
4242

43-
//# fingerprint a container image from a remote registry
44-
//kosli fingerprint --artifact-type oci nginx:latest \
45-
// --SOME-AUTHENTICATION
46-
4743
type fingerprintOptions struct {
4844
artifactType string
4945
registryProvider string

internal/requests/requests.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ func (c *Client) Do(p *RequestParams) (*HTTPResponse, error) {
249249
cleanedErrorMessage = fmt.Sprintf("%s", respBodyMap)
250250
}
251251
}
252-
fmt.Printf("RESPONSE %v", resp)
253252
return nil, fmt.Errorf("%s", cleanedErrorMessage)
254253
}
255254
return &HTTPResponse{string(body), resp}, nil

0 commit comments

Comments
 (0)