removed obsolete comment

This commit is contained in:
Aliaksandr Valialkin
2015-12-08 14:12:20 +02:00
parent d383fca082
commit f244147c4f
-1
View File
@@ -153,7 +153,6 @@ func (fs *FS) NewRequestHandler() RequestHandler {
pathRewrite := fs.PathRewrite
if pathRewrite == nil {
// This stripper strips only trailing slashes.
pathRewrite = NewPathSlashesStripper(0)
}