Skip to content

Commit cf7a379

Browse files
committed
Removed usage stat from downsize report.
1 parent 9a0e459 commit cf7a379

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Aneejian.PowerPoint.Downsizer.AddIn/Reporter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ internal static async Task ReportDownsizePotential(IDownsizePotential potential,
3434
var msgBoxIcon = anyPotential ? MessageBoxIcon.Information : MessageBoxIcon.Exclamation;
3535
var message = anyPotential ? $"Unused layouts: {potential.UnusedLayoutsCount}{nl}Unused master slides: {potential.UnusedMastersCount}." : Constants.Messages.NothingToRemove;
3636

37-
message += $"{nl}Usage counter: {settings.Stat_UsageCounter}{nl}";
38-
3937
if (anyPotential)
4038
{
4139
if (performDownsize)

0 commit comments

Comments
 (0)