diff --git a/SabreTools.Library/DatFiles/DatFile.cs b/SabreTools.Library/DatFiles/DatFile.cs index 1d30388a..a86c4917 100644 --- a/SabreTools.Library/DatFiles/DatFile.cs +++ b/SabreTools.Library/DatFiles/DatFile.cs @@ -2708,9 +2708,6 @@ namespace SabreTools.Library.DatFiles // Then, remove the romof and cloneof tags so it's not picked up by the manager RemoveTagsFromChild(); - - // Finally, remove all sets that are labeled as bios or device - //RemoveBiosAndDeviceSets(logger); } ///