From f244147c4f79e30e6fc50f9b05c031824ffabca9 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 8 Dec 2015 14:12:20 +0200 Subject: [PATCH] removed obsolete comment --- fshandler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/fshandler.go b/fshandler.go index 3a01961..1def1a5 100644 --- a/fshandler.go +++ b/fshandler.go @@ -153,7 +153,6 @@ func (fs *FS) NewRequestHandler() RequestHandler { pathRewrite := fs.PathRewrite if pathRewrite == nil { - // This stripper strips only trailing slashes. pathRewrite = NewPathSlashesStripper(0) }