mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove benchmark, media scan, and verify statistics.
This commit is contained in:
@@ -37,7 +37,6 @@ using DiscImageChef.CommonTypes.Interfaces;
|
||||
using DiscImageChef.CommonTypes.Structs;
|
||||
using DiscImageChef.Console;
|
||||
using DiscImageChef.Core;
|
||||
using DiscImageChef.Filters;
|
||||
|
||||
namespace DiscImageChef.Commands
|
||||
{
|
||||
@@ -245,7 +244,6 @@ namespace DiscImageChef.Commands
|
||||
}
|
||||
|
||||
Core.Statistics.AddCommand("verify");
|
||||
Core.Statistics.AddVerify(correctDisc, correctSectors, errorSectors, unknownSectors, totalSectors);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user