From: Bjørn Erik Pedersen Date: Sat, 3 Jun 2017 15:32:47 +0000 (+0200) Subject: hugolib: Remove some superflous TODO comments X-Git-Tag: v0.22~21 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=46b46078;p=brevno-suite%2Fhugo hugolib: Remove some superflous TODO comments --- diff --git a/hugolib/page_collections_test.go b/hugolib/page_collections_test.go index 4c7575c3..f1d6af72 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! - }