ee4fd60e by astaxie

no output the dump

1 parent 4414659d
...@@ -407,7 +407,6 @@ func (b *BeegoHttpRequest) getResponse() (*http.Response, error) { ...@@ -407,7 +407,6 @@ func (b *BeegoHttpRequest) getResponse() (*http.Response, error) {
407 println(err.Error()) 407 println(err.Error())
408 } 408 }
409 b.dump = dump 409 b.dump = dump
410 println(string(dump))
411 } 410 }
412 411
413 resp, err := client.Do(b.req) 412 resp, err := client.Do(b.req)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!