Skip to content
Snippets Groups Projects
Unverified Commit bdd11933 authored by 0xLucca's avatar 0xLucca Committed by GitHub
Browse files

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


# 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: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: command-bot <>
parent 20513d6f
Branches
No related merge requests found
Pipeline #510544 waiting for manual action with stages
in 14 minutes and 52 seconds
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
......@@ -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()
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment