Skip to content

Commit

Permalink
Remove outdated todo!
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 27, 2022
1 parent 057e183 commit 38eccc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/automator/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ pub async fn run() -> anyhow::Result<()> {
.context("Failed to format sponsors")?;

println!("{sponsors}");

todo!("Querying sponsors is not supported yet.")
}
}

Expand Down

0 comments on commit 38eccc2

Please sign in to comment.