hotfix xml

This commit is contained in:
Mukhtar Akere
2025-03-22 06:05:53 +01:00
parent 49875446b4
commit e2f792d5ab
2 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ func (c *Cache) RefreshXml() error {
return fmt.Errorf("failed to refresh XML for %s: %v", parent, err)
}
}
c.logger.Debug().Msgf("Refreshed XML cache for %s", c.client.GetName())
return nil
}