resources: Remove unused interface

This commit is contained in:
Bjørn Erik Pedersen
2025-05-28 11:57:36 +02:00
parent 766a2e7868
commit 6bd328c584
3 changed files with 1 additions and 11 deletions

View File

@@ -905,6 +905,7 @@ func (h *HugoSites) processPartialFileEvents(ctx context.Context, l logg.LevelLo
handleChange := func(pathInfo *paths.Path, delete, isDir bool) {
switch pathInfo.Component() {
case files.ComponentFolderContent:
logger.Println("Source changed", pathInfo.Path())
isContentDataFile := pathInfo.IsContentData()
if !isContentDataFile {
if ids := h.pageTrees.collectAndMarkStaleIdentities(pathInfo); len(ids) > 0 {