summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rw-r--r--helpers/url.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/url.go b/helpers/url.go
index 445302123..9c1a643cc 100644
--- a/helpers/url.go
+++ b/helpers/url.go
@@ -317,7 +317,6 @@ func (p *PathSpec) PrependBasePath(rel string) string {
// URLizeAndPrep applies misc sanitation to the given URL to get it in line
// with the Hugo standard.
-// TODO(bep) output check usage
func (p *PathSpec) URLizeAndPrep(in string) string {
return p.URLPrep(p.URLize(in))
}