remove comment

This commit is contained in:
pascal
2026-06-09 19:40:21 +02:00
parent a4577e73ab
commit 873a2d667b

View File

@@ -145,8 +145,6 @@ func (m *managerImpl) DeleteNetwork(ctx context.Context, accountID, userID, netw
return lerr
}
// The cascade deletes return the resources/routers they loaded (with groups
// hydrated); collect them into the Change so Expand walks their groups.
for _, resource := range resources {
deleted, event, err := m.resourcesManager.DeleteResourceInTransaction(ctx, transaction, accountID, userID, networkID, resource.ID)
if err != nil {