diff --git a/helpers/path.go b/helpers/path.go index 0c601a868..2d9502c8a 100644 --- a/helpers/path.go +++ b/helpers/path.go @@ -110,8 +110,6 @@ func UnicodeSanitize(s string) string { } return result - - return string(target) } func isMn(r rune) bool {