hugolib: Remove some superflous TODO comments
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 3 Jun 2017 15:32:47 +0000 (17:32 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 3 Jun 2017 15:32:47 +0000 (17:32 +0200)
hugolib/page_collections_test.go

index 4c7575c3fa12b97601c79f6119f60a9d5291db19..f1d6af728dab9c313157c3848f76acb768e5d709 100644 (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!
-
 }