mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Removed unneeded debug code.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user