mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove spurious console calls.
This commit is contained in:
@@ -250,7 +250,6 @@ namespace DiscImageChef.Core.Devices.Dumping
|
|||||||
blocksToRead = (uint)(longBlockSize == 37856 ? 16 : 1);
|
blocksToRead = (uint)(longBlockSize == 37856 ? 16 : 1);
|
||||||
UpdateStatus
|
UpdateStatus
|
||||||
?.Invoke($"Reading {longBlockSize} raw bytes ({blockSize * blocksToRead} cooked bytes) per sector.");
|
?.Invoke($"Reading {longBlockSize} raw bytes ({blockSize * blocksToRead} cooked bytes) per sector.");
|
||||||
DicConsole.WriteLine();
|
|
||||||
physicalBlockSize = longBlockSize;
|
physicalBlockSize = longBlockSize;
|
||||||
blockSize = longBlockSize;
|
blockSize = longBlockSize;
|
||||||
}
|
}
|
||||||
@@ -1056,7 +1055,6 @@ namespace DiscImageChef.Core.Devices.Dumping
|
|||||||
}
|
}
|
||||||
|
|
||||||
UpdateStatus?.Invoke("Writing metadata sidecar");
|
UpdateStatus?.Invoke("Writing metadata sidecar");
|
||||||
DicConsole.WriteLine("Writing metadata sidecar");
|
|
||||||
|
|
||||||
FileStream xmlFs = new FileStream(outputPrefix + ".cicm.xml", FileMode.Create);
|
FileStream xmlFs = new FileStream(outputPrefix + ".cicm.xml", FileMode.Create);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user