From 042cc208591f3d60f9ff078ccc0df4af0791cb71 Mon Sep 17 00:00:00 2001 From: "Hedden, Kyle Matthew" Date: Tue, 21 May 2024 17:00:39 -0400 Subject: [PATCH] Digital PCT265 story PCT-135: Cleanup. --- MVMCoreUI/Atomic/Molecules/Items/MoleculeTableViewCell.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/MVMCoreUI/Atomic/Molecules/Items/MoleculeTableViewCell.swift b/MVMCoreUI/Atomic/Molecules/Items/MoleculeTableViewCell.swift index 01be79bd..2f2099f6 100644 --- a/MVMCoreUI/Atomic/Molecules/Items/MoleculeTableViewCell.swift +++ b/MVMCoreUI/Atomic/Molecules/Items/MoleculeTableViewCell.swift @@ -30,9 +30,6 @@ import UIKit } public override class func nameForReuse(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?) -> String? { -// if let listModel = model as? ListItemModel, listModel.hasStableId { -// return "\(MoleculeContainer.nameForReuse(with: model, delegateObject) ?? "")<\(listModel.id)>" -// } return MoleculeContainer.nameForReuse(with: model, delegateObject) }