mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugolib: Remove some superflous TODO comments
This commit is contained in:
parent
2c2ce33a39
commit
46b4607828
1 changed files with 0 additions and 9 deletions
|
@ -137,13 +137,4 @@ func TestGetPage(t *testing.T) {
|
|||
assert.Equal(test.expectedTitle, page.Title)
|
||||
}
|
||||
|
||||
// TODO(bep) getPage:
|
||||
|
||||
// From RelRef:
|
||||
|
||||
// refPath := filepath.FromSlash(refURL.Path)
|
||||
// if page.Source.Path() == refPath || page.Source.LogicalName() == refPath {
|
||||
// We should consolidate and make that relref use GetPage.
|
||||
// But note the AllRegularPages!
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue