Skip to content

Commit

Permalink
Remove example panic
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Dec 27, 2024
1 parent e9bfdf5 commit 91c0b8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/amaru/src/bin/amaru/cmd/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pub struct Args {
}

pub async fn run(args: Args, counter: Counter<u64>) -> miette::Result<()> {
panic!("sample panic for testing");
let config = parse_args(args, counter)?;

let client = Arc::new(Mutex::new(
Expand Down

0 comments on commit 91c0b8b

Please sign in to comment.