Skip to content

Commit

Permalink
Remove warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Dec 30, 2024
1 parent 997db8e commit 174df2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions substrate/utils/frame/omni-bencher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ use tracing_subscriber::EnvFilter;
fn main() -> Result<()> {
setup_logger();

log::warn!("The FRAME omni-bencher is not yet battle tested - double check the results.",);

command::Command::parse().run()
}

Expand Down

0 comments on commit 174df2e

Please sign in to comment.