Skip to content

Commit

Permalink
Remove unused autogenerated method
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jul 28, 2023
1 parent 2589b12 commit 36b5126
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resources/page/page_generate/generate_page_wrappers.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,6 @@ func (zeroFile) IsZero() bool {
return true
}
func (z zeroFile) Classifier() files.ContentClass {
z.log.Warnln(".File.Classifier on zero object. Wrap it in if or with: {{ with .File }}{{ .Classifier }}{{ end }}")
return files.ContentClassZero
}
%s
Expand Down

0 comments on commit 36b5126

Please sign in to comment.