Remove some debug logs (requested in review)

This commit is contained in:
David Tootill 2016-04-27 09:25:13 -07:00
parent 2a76a717e6
commit 64b78461f6
2 changed files with 1 additions and 3 deletions

View file

@ -84,7 +84,7 @@ func (s *AccessLogSuite) TestAccessLog(c *check.C) {
c.Assert(count, checker.Equals, 3)
}
// Verify no other Trarfik problems
// Verify no other Traefik problems
if traefikLog, err := ioutil.ReadFile("traefik.log"); err != nil {
c.Assert(err.Error(), checker.Equals, "")
} else if len(traefikLog) > 0 {