hugolib: Remove some superflous TODO comments

This commit is contained in:
Bjørn Erik Pedersen 2017-06-03 17:32:47 +02:00
parent 2c2ce33a39
commit 46b4607828

View file

@ -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!
}