diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-06 15:01:13 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-06 15:01:13 -0600 |
commit | e3901638b50d91ddc9c356adc35ded00a00fe94b (patch) | |
tree | b51a141c3da9a3c24ca7173b993dd0b7f35d6465 /src/nix/upgrade-nix.cc | |
parent | e76ad2e48a71aa9804311f4dfb34374a5295b3b6 (diff) |
todo removal
Diffstat (limited to 'src/nix/upgrade-nix.cc')
-rw-r--r-- | src/nix/upgrade-nix.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nix/upgrade-nix.cc b/src/nix/upgrade-nix.cc index 8f4e529bc..831a83fd1 100644 --- a/src/nix/upgrade-nix.cc +++ b/src/nix/upgrade-nix.cc @@ -64,13 +64,11 @@ struct CmdUpgradeNix : MixDryRun, StoreCommand if (dryRun) { stopProgressBar(); - // TODO change to info? logWarning( ErrorInfo { .name = "Version update", .hint = hintfmt("would upgrade to version %s", version) }); - // printError("would upgrade to version %s", version); return; } |