summaryrefslogtreecommitdiffstats
path: root/hugolib/page_collections.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page_collections.go')
-rw-r--r--hugolib/page_collections.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hugolib/page_collections.go b/hugolib/page_collections.go
index ace83018a..4360f9315 100644
--- a/hugolib/page_collections.go
+++ b/hugolib/page_collections.go
@@ -101,7 +101,6 @@ func (c *PageCollections) getPage(typ string, sections ...string) *Page {
key = path.Join(sections...)
}
- // TODO(bep) section error
p, _ := c.pageCache.Get(typ, key)
if p == nil {
return nil