mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove spurious debug message.
This commit is contained in:
@@ -184,9 +184,7 @@ namespace DiscImageChef.Filters
|
|||||||
basePath = Path.GetFullPath(path);
|
basePath = Path.GetFullPath(path);
|
||||||
|
|
||||||
DateTime start = DateTime.UtcNow;
|
DateTime start = DateTime.UtcNow;
|
||||||
//decompressedSize = GuessSize(dataStream);
|
|
||||||
DateTime end = DateTime.UtcNow;
|
DateTime end = DateTime.UtcNow;
|
||||||
DicConsole.DebugWriteLine("BZip2 filter", "Took {0} seconds to guess size is {1}", (end - start).TotalSeconds, decompressedSize);
|
|
||||||
|
|
||||||
FileInfo fi = new FileInfo(path);
|
FileInfo fi = new FileInfo(path);
|
||||||
creationTime = fi.CreationTimeUtc;
|
creationTime = fi.CreationTimeUtc;
|
||||||
|
|||||||
Reference in New Issue
Block a user