Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warning log from frame-omni-bencher CLI #7020

Merged
merged 4 commits into from
Jan 2, 2025
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
Loading