NATIVE_TOOL

This commit is contained in:
mr
2026-04-07 11:09:27 +02:00
parent 526eaef33a
commit 6fe91eda87

View File

@@ -821,7 +821,6 @@ func plan[T resources.ResourceInterface](
} }
dt, realItem := item.GetResource() dt, realItem := item.GetResource()
if realItem == nil { if realItem == nil {
fmt.Println("could not load the processing resource", item.ID, item)
return resources, priceds, errors.New("could not load the processing resource") return resources, priceds, errors.New("could not load the processing resource")
} }
priced, err := realItem.ConvertToPricedResource(dt, instances.Get(realItem.GetID()), priced, err := realItem.ConvertToPricedResource(dt, instances.Get(realItem.GetID()),