Skip to content

Commit

Permalink
Metrics initialization analysis: Removed duplicate debug log. (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
pahearn73 authored Oct 17, 2024
1 parent 40d018e commit 279ae66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/sdk/src/framework/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ impl<S: Clone> Bootstrap<S> {
s.setup(self.state.clone()).await?;

debug!("---Successful Bootstep {}---", s.get_name());
debug!("--- *** Successful Bootstep {}---", s.get_name());
Ok(self)
}
}
Expand Down

0 comments on commit 279ae66

Please sign in to comment.