From 29ef52ba6b0effc49779eb64389519df84839d0e Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Wed, 4 Mar 2020 01:03:22 -0800 Subject: [PATCH] cleanup debug print line (#268) --- static.go | 1 - version.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static.go b/static.go index 94cef2b..e002e26 100644 --- a/static.go +++ b/static.go @@ -133,7 +133,6 @@ func (s *staticManager) Serve(ctx *Context) error { // Serve directory if fi.Mode().IsDir() && ctx.route.ListDir { - fmt.Println("here 1") // redirect if the directory name doesn't end in a slash if ctx.Req.Path[len(ctx.Req.Path)-1] != '/' { ctx.Log().Debugf("redirecting to dir: %s", ctx.Req.Path+"/") diff --git a/version.go b/version.go index 61115f7..cec2c8a 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package aah // Version no. of aah framework -const Version = "0.12.4" +const Version = "0.12.5"