Skip to content

Commit

Permalink
[Ingest Manager] Removed unwanted Println's (elastic#19390)
Browse files Browse the repository at this point in the history
* removed println

* mod
  • Loading branch information
michalpristas authored Jun 25, 2020
1 parent bcce257 commit 8d939c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/pkg/fleetapi/checkin_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (e *CheckinCmd) Execute(ctx context.Context, r *CheckinRequest) (*CheckinRe
errors.TypeNetwork,
errors.M(errors.MetaKeyURI, cp))
}
fmt.Println(string(rs))

if err := checkinResponse.Validate(); err != nil {
return nil, err
}
Expand Down

0 comments on commit 8d939c0

Please sign in to comment.