diff --git a/party.go b/party.go index b43e19ab..bbdb1c27 100644 --- a/party.go +++ b/party.go @@ -592,7 +592,6 @@ func (p *GardenParty) StaticContent(reqPath string, contentType string, content ctx.SetStatusCode(StatusOK) ctx.Response.SetBody(content) } - println("static content for reqpath: " + reqPath) p.Get(reqPath, h) p.Head(reqPath, h) }