Skip to content

Commit 00ed6be

Browse files
authored
Remove incorrect comment
1 parent 8880600 commit 00ed6be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/wiki/wiki.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ func InitWiki(repo *models.Repository) error {
8989
// prepareWikiFileName try to find a suitable file path with file name by the given raw wiki name.
9090
// return: existence, prepared file path with name, error
9191
func prepareWikiFileName(gitRepo *git.Repository, wikiName string) (bool, string, error) {
92-
// Pass in the raw unchanged name
93-
// Add ".md" suffix if not there.
9492
unescaped := NameToUnescapedFilename(wikiName)
9593
escaped := NameToFilename(wikiName)
9694

0 commit comments

Comments
 (0)