undo stale comment

This commit is contained in:
Will Browne
2026-01-13 15:58:25 +00:00
parent ae06690681
commit 48d032e5aa
-1
View File
@@ -18,7 +18,6 @@ type LocalProvider struct {
}
// NewLocalProvider creates a new LocalProvider for locally installed plugins.
// pluginAssets is kept for backward compatibility but is no longer used.
func NewLocalProvider(pluginStore pluginstore.Store) *LocalProvider {
return &LocalProvider{
store: pluginStore,