Removed unneeded debug code.

This commit is contained in:
2018-01-01 15:04:52 +00:00
parent 80f4c7caba
commit d9d45884e6
6 changed files with 0 additions and 40 deletions

View File

@@ -244,12 +244,6 @@ namespace DiscImageChef.DiscImages
decodedImage.Write(track, 0, tracksize);
}
/*
FileStream debugStream = new FileStream("debug.img", FileMode.CreateNew, FileAccess.ReadWrite);
debugStream.Write(decodedImage.ToArray(), 0, (int)decodedImage.Length);
debugStream.Close();
*/
imageInfo.Application = "CisCopy";
imageInfo.CreationTime = imageFilter.GetCreationTime();
imageInfo.LastModificationTime = imageFilter.GetLastWriteTime();