mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 08:16:28 +01:00
Nothing special: Remove test print for #172
This commit is contained in:
parent
690db2853f
commit
01b9e800d3
1
party.go
1
party.go
|
@ -592,7 +592,6 @@ func (p *GardenParty) StaticContent(reqPath string, contentType string, content
|
||||||
ctx.SetStatusCode(StatusOK)
|
ctx.SetStatusCode(StatusOK)
|
||||||
ctx.Response.SetBody(content)
|
ctx.Response.SetBody(content)
|
||||||
}
|
}
|
||||||
println("static content for reqpath: " + reqPath)
|
|
||||||
p.Get(reqPath, h)
|
p.Get(reqPath, h)
|
||||||
p.Head(reqPath, h)
|
p.Head(reqPath, h)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user