1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-29 11:34:13 +00:00

no output the dump

This commit is contained in:
astaxie 2015-04-09 00:18:02 +08:00
parent 4414659df4
commit ee4fd60e4d

View File

@ -407,7 +407,6 @@ func (b *BeegoHttpRequest) getResponse() (*http.Response, error) {
println(err.Error()) println(err.Error())
} }
b.dump = dump b.dump = dump
println(string(dump))
} }
resp, err := client.Do(b.req) resp, err := client.Do(b.req)