ref: 46b4607828923c5d4d04dd386fc0ee5132f505ca
parent: 2c2ce33a39d5fd70e812ac088fa04401ea623d3b
author: Bjørn Erik Pedersen <[email protected]>
date: Sat Jun 3 13:32:47 EDT 2017
hugolib: Remove some superflous TODO comments
--- a/hugolib/page_collections_test.go
+++ b/hugolib/page_collections_test.go
@@ -137,13 +137,4 @@
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!
-
}