Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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