Skip to content

Commit

Permalink
cli: Remove duplicated print
Browse files Browse the repository at this point in the history
Introduced by accident
  • Loading branch information
javierhonduco committed Oct 31, 2024
1 parent 2799cae commit b72407d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,6 @@ fn main() -> Result<(), Box<dyn Error>> {
"Flamegraph profile successfully written to {}",
profile_path.to_string_lossy()
);
eprintln!(
"Flamegraph profile successfully written to {}",
profile_path.to_string_lossy()
);
}
Err(e) => {
error!("Failed generate flamegraph: {:?}", e);
Expand Down

0 comments on commit b72407d

Please sign in to comment.