remove redundant var init

Signed-off-by: aiordache <anca.iordache@docker.com>
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
aiordache 2020-05-13 12:28:23 +02:00 committed by Nicolas De Loof
parent 9dbff1eb72
commit 0492dacfee
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ func (s sdk) GetLogs(ctx context.Context, name string) error {
for {
var hasMore = true
var token *string
token = nil
for hasMore {
events, err := s.CW.FilterLogEvents(&cloudwatchlogs.FilterLogEventsInput{
LogGroupName: aws.String(logGroup),