Skip to content

Commit

Permalink
Remove name check for Seralise of IBHoMObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjamesnugent committed Jul 1, 2024
1 parent 1d79509 commit e985fea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Serialiser_Engine/Compute/Serialise/IBHoMObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ private static void Serialise(this IBHoMObject value, BsonDocumentWriter writer,

switch (prop.Name)
{
case "Name":
include = value.Name != "";
break;
case "Fragments":
include = (value.Fragments != null && value.Fragments.Count > 0);
break;
Expand Down

0 comments on commit e985fea

Please sign in to comment.