diff --git a/ILSpy.BamlDecompiler/Baml/BamlRecords.cs b/ILSpy.BamlDecompiler/Baml/BamlRecords.cs index ad4f0adbf..1ff43f079 100644 --- a/ILSpy.BamlDecompiler/Baml/BamlRecords.cs +++ b/ILSpy.BamlDecompiler/Baml/BamlRecords.cs @@ -98,7 +98,6 @@ namespace ILSpy.BamlDecompiler.Baml { int size = reader.ReadEncodedInt(); ReadData(reader, size - (int)(reader.BaseStream.Position - pos)); - Debug.Assert(reader.BaseStream.Position - pos == size); } int SizeofEncodedInt(int val) {