zhangqian hace 8 meses
padre
commit
2219a54bff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      httplib/httplib.go

+ 1 - 1
httplib/httplib.go

@@ -558,7 +558,7 @@ func (b *HTTPRequest) ToFile(filename string) error {
 // it calls Response inner.
 func (b *HTTPRequest) ToJSON(v interface{}) error {
 	data, err := b.Bytes()
-	println(string(data))
+	//println(string(data))
 	if err != nil {
 		return err
 	}