diff --git a/SpeckleLib/Speckle/Record/Element/Element.cpp b/SpeckleLib/Speckle/Record/Element/Element.cpp index d474b2a..37dfb91 100644 --- a/SpeckleLib/Speckle/Record/Element/Element.cpp +++ b/SpeckleLib/Speckle/Record/Element/Element.cpp @@ -237,7 +237,6 @@ Cargo::Unique Element::getCargo(const Inventory::Item& item) const { using namespace active::serialise; switch (item.index) { case applicationTypeD: - //return std::make_unique>(getTypeName()); return Cargo::Unique{ new CargoHold, String>{ getTypeName() } }; default: return nullptr; //Requested an unknown index