Nothing special: Remove test print for #172

This commit is contained in:
Makis Maropoulos 2016-06-06 17:25:23 +03:00
parent 690db2853f
commit 01b9e800d3

View File

@ -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)
} }