Remove some left-behind debugging code

This commit is contained in:
Michael Becker 2015-05-15 15:15:30 -04:00
parent 46f20106e5
commit bc9002a149

View File

@ -24,9 +24,7 @@ namespace UniversalEditor.DataFormats.FileSystem.InstallShield.Z
{
FileSystemObjectModel fsom = (objectModel as FileSystemObjectModel);
Reader reader = base.Accessor.Reader;
reader.Seek(0, SeekOrigin.Begin);
fsom.Clear();
uint signature1 = reader.ReadUInt32();
uint signature2 = reader.ReadUInt32();
if (!(signature1 == 0x8C655D13 && signature2 == 0x0002013A))