Remove redundant break in for loop.

Remove redundant `break` call in for loop.

Co-authored-by: Qi Wang <qiwan@redhat.com>
Signed-off-by: jgallucci32 <john.gallucci.iv@gmail.com>
This commit is contained in:
jgallucci32 2020-06-15 07:16:12 -07:00 committed by jgallucci32
parent d514e3c097
commit 6d9863e773
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ func (c *Container) readFromLogFile(options *logs.LogOptions, logChannel chan *l
err := t.Stop()
if err != nil {
logrus.Error(err)
break
}
break
}