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"