mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
all: Fix some govet complaints
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
560ed6e686
commit
48120ccfd2
@@ -546,7 +546,6 @@ type whatChanged struct {
|
||||
// reBuild partially rebuilds a site given the filesystem events.
|
||||
// It returns whetever the content source was changed.
|
||||
func (s *Site) reProcess(events []fsnotify.Event) (whatChanged, error) {
|
||||
|
||||
s.Log.DEBUG.Printf("Rebuild for events %q", events)
|
||||
|
||||
s.timerStep("initialize rebuild")
|
||||
|
Reference in New Issue
Block a user