Skip to content

Commit

Permalink
Remove warning log from frame-omni-bencher CLI (#7020)
Browse files Browse the repository at this point in the history
# Description

This PR removes the outdated warning message from the
`frame-omni-bencher` CLI that states the tool is "not yet battle
tested". Fixes #7019

## Integration

No integration steps are required.

## Review Notes

The functionality of the tool remains unchanged. Removes the warning
message from the CLI output.

---------

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: command-bot <>
  • Loading branch information
0xLucca and ggwpez authored Jan 2, 2025
1 parent 20513d6 commit bdd1193
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 18 additions & 0 deletions prdoc/pr_7020.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
title: Remove warning log from frame-omni-bencher CLI
doc:
- audience: Node Operator
description: |-
# Description

This PR removes the outdated warning message from the `frame-omni-bencher` CLI that states the tool is "not yet battle tested". Fixes #7019

## Integration

No integration steps are required.

## Review Notes

The functionality of the tool remains unchanged. Removes the warning message from the CLI output.
crates:
- name: frame-omni-bencher
bump: patch
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 bdd1193

Please sign in to comment.