From 2348927126c1c91c1482e4eac250af8602366f5b Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Tue, 13 Aug 2024 10:09:22 -0600 Subject: [PATCH] Remove TODO, see https://github.com/phetsims/density-buoyancy-common/issues/280 --- js/common/model/CompareBlockSetModel.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/js/common/model/CompareBlockSetModel.ts b/js/common/model/CompareBlockSetModel.ts index 404eab90..2524fcf5 100644 --- a/js/common/model/CompareBlockSetModel.ts +++ b/js/common/model/CompareBlockSetModel.ts @@ -151,7 +151,6 @@ export default class CompareBlockSetModel extends BlockSetModel { // We must undefer the Cube's materialProperty first, in order for the DynamicProperty in DensityAccordionBox to be correctly unregistered // We do not know why scheduling a NOTIFY order dependency was not sufficient - // TODO: We may not need these anymore, https://github.com/phetsims/density-buoyancy-common/issues/280 propertyStateHandlerSingleton.registerPhetioOrderDependency( cube.materialProperty, PropertyStatePhase.UNDEFER, model.blockSetProperty, PropertyStatePhase.UNDEFER ); return cube; } ) :