summaryrefslogtreecommitdiffstats
path: root/hugolib/page_collections_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-06-03 17:32:47 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-06-03 17:32:47 +0200
commit46b4607828923c5d4d04dd386fc0ee5132f505ca (patch)
treee60fb7bafdb8a8009f7cba958a7beb0c39faaf1e /hugolib/page_collections_test.go
parent2c2ce33a39d5fd70e812ac088fa04401ea623d3b (diff)
hugolib: Remove some superflous TODO comments
Diffstat (limited to 'hugolib/page_collections_test.go')
-rw-r--r--hugolib/page_collections_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/hugolib/page_collections_test.go b/hugolib/page_collections_test.go
index 4c7575c3f..f1d6af728 100644
--- a/hugolib/page_collections_test.go
+++ b/hugolib/page_collections_test.go
@@ -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!
-
}