Skip to content

Commit

Permalink
remove unnecessary fmt.Println(err) from EC2 DescribeInstanceStatus m…
Browse files Browse the repository at this point in the history
…ethod
  • Loading branch information
Aleksey Mykhailov committed Dec 18, 2014
1 parent 0aa2760 commit 227b489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ec2/ec2.go
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@ func (ec2 *EC2) DescribeInstanceStatus(options *DescribeInstanceStatusOptions, f
resp = &DescribeInstanceStatusResp{}
err = ec2.query(params, resp)
if err != nil {
fmt.Println(err)
return nil, err
}
return
Expand Down

0 comments on commit 227b489

Please sign in to comment.