1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-18 11:24:14 +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())
}
b.dump = dump
println(string(dump))
}
resp, err := client.Do(b.req)