Skip to content

Commit 9fa89d3

Browse files
authored
Merge pull request chocolatey#2609 from AdmiringWorm/remove-invalid-todo
2 parents ab04436 + 6687dc3 commit 9fa89d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/chocolatey/infrastructure.app/commands/ChocolateyUpgradeCommand.cs

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ namespace chocolatey.infrastructure.app.commands
2929
[CommandFor("upgrade", "upgrades packages from various sources")]
3030
public class ChocolateyUpgradeCommand : ICommand
3131
{
32-
//todo v1 Deprecation reseal this class and remove virtuals
33-
3432
private readonly IChocolateyPackageService _packageService;
3533

3634
public ChocolateyUpgradeCommand(IChocolateyPackageService packageService)

0 commit comments

Comments
 (0)