From 46b4607828923c5d4d04dd386fc0ee5132f505ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 3 Jun 2017 17:32:47 +0200 Subject: [PATCH] hugolib: Remove some superflous TODO comments --- hugolib/page_collections_test.go | 9 --------- 1 file changed, 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! - }