summaryrefslogtreecommitdiffstats
path: root/hugolib/site.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/site.go')
-rw-r--r--hugolib/site.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/hugolib/site.go b/hugolib/site.go
index ff67eb48a..b2a9161f4 100644
--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -2048,12 +2048,6 @@ func (s *Site) renderAndWritePage(name string, dest string, d interface{}, layou
return err
}
- if renderBuffer.Len() == 0 {
- if p, ok := d.(*Page); ok {
- fmt.Println(">>>>", p.Lang(), len(p.Content))
- }
- }
-
outBuffer := bp.GetBuffer()
defer bp.PutBuffer(outBuffer)