kick the dashboards.

This commit is contained in:
Dave Pugmire 2023-06-29 08:24:55 -04:00
parent 9acb482a26
commit c109d3dde7

@ -209,7 +209,6 @@ public:
return false;
}
VTKM_ASSERT(maxIt != this->Active.end());
blockId = maxIt->first;
particles = std::move(maxIt->second);
this->Active.erase(maxIt);