Remove some useless debug logging

This commit is contained in:
James Mills 2016-09-14 16:24:36 +10:00
parent 7860a98760
commit 94b6b874e4
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 0 additions and 2 deletions

View File

@ -599,8 +599,6 @@ func (c *conn) serve(ctx context.Context) {
c.server.logf("serving %s", c.remoteAddr)
w, err := c.readRequest(ctx)
c.server.logf("w: %q", w)
c.server.logf("err: %q", err)
if err != nil {
if err == io.EOF {