mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +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()
|
f.Close()
|
||||||
} else {
|
} 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
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user