From f1fc26e70b8982ebe9e62478cc08cd45e50577af Mon Sep 17 00:00:00 2001 From: Matt Bell Date: Mon, 10 Nov 2014 22:41:30 -0800 Subject: [PATCH] commands: Removed a fmt.Println --- commands/response.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/response.go b/commands/response.go index ac5b6b293..8d8bdccda 100644 --- a/commands/response.go +++ b/commands/response.go @@ -108,7 +108,6 @@ func (r *response) Marshal() ([]byte, error) { return []byte{}, nil } - fmt.Println(r.req, r.req.Option(EncShort)) if !r.req.Option(EncShort).Found() { return nil, fmt.Errorf("No encoding type was specified") }