From 01b9e800d3e63e553cf26970c053eddc6df84bde Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Mon, 6 Jun 2016 17:25:23 +0300 Subject: [PATCH] Nothing special: Remove test print for #172 --- party.go | 1 - 1 file changed, 1 deletion(-) 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) }