summaryrefslogtreecommitdiffstats
path: root/helpers/processing_stats.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/processing_stats.go')
-rw-r--r--helpers/processing_stats.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/helpers/processing_stats.go b/helpers/processing_stats.go
index 3e3e9a3ca..540060aa2 100644
--- a/helpers/processing_stats.go
+++ b/helpers/processing_stats.go
@@ -31,7 +31,6 @@ type ProcessingStats struct {
ProcessedImages uint64
Files uint64
Aliases uint64
- Sitemaps uint64
Cleaned uint64
}
@@ -48,7 +47,6 @@ func (s *ProcessingStats) toVals() []processingStatsTitleVal {
{"Static files", s.Static},
{"Processed images", s.ProcessedImages},
{"Aliases", s.Aliases},
- {"Sitemaps", s.Sitemaps},
{"Cleaned", s.Cleaned},
}
}