mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-10 19:54:08 +02:00
modules: Remove newly introduced "mount source" does not exist warning
This commit is contained in:
@@ -676,7 +676,8 @@ func (c *collector) normalizeMounts(owner *moduleAdapter, mounts []Mount) ([]Mou
|
||||
}
|
||||
f.Close()
|
||||
} else {
|
||||
c.logger.Warnf("module %q: mount source %q does not exist", owner.Path(), sourceDir)
|
||||
// TODO(bep) commenting out for now, as this will create to much noise.
|
||||
// c.logger.Warnf("module %q: mount source %q does not exist", owner.Path(), sourceDir)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user