mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
Nothing special: Remove test print for #172
This commit is contained in:
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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user