@@ -1,7 +1,6 @@
package http
import (
- "fmt"
"net/http"
"strings"
@@ -48,9 +47,7 @@ func codecForRequest(r *http.Request) encoding.Codec {
}
if codec == nil {
codec = encoding.GetCodec(json.Name)
- fmt.Println(codec == nil)
return codec