mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
544 stars 146 forks source link

httpsched contains debug print statements #333

Closed rboyer closed 6 years ago

rboyer commented 6 years ago

The api/v1/lib/httpcli/httpsched/httpsched.go file contains several bare log.Printf statements that look to be stray debugging statements.

After https://github.com/mesos/mesos-go/pull/332 is fixed, these will be surfaced because the redirect handling code was functionally dead before, so these were not peppering stderr.