Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thobson88 committed Dec 20, 2024
1 parent 02bdd6d commit b22a53f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trustchain-cli/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
let mut context_loader = ContextLoader::default();
match matches.subcommand() {
Some(("status", _)) => {
// TODO: update the trustchain-api crate.
print_status().await;
}
Some(("did", sub_matches)) => {
Expand Down

0 comments on commit b22a53f

Please sign in to comment.