Skip to content

Conversation

sashaodessa
Copy link
Contributor

Summary

Remove two eprintln! calls from library code to avoid noisy stderr output during ERA1 file cleanup.

Why

  • Library code should not write directly to stderr.
  • Unnecessary prints pollute CLI/test output and bypass the project’s logging (tracing).

Changes

  • Delete two eprintln! lines in crates/era-downloader/src/client.rs within EraClient::delete_outside_range.

@sashaodessa sashaodessa requested a review from gakonst as a code owner October 7, 2025 16:55
@github-project-automation github-project-automation bot moved this to Backlog in Reth Tracker Oct 7, 2025
@sashaodessa sashaodessa changed the title Remove noisy stderr prints in ERA1 cleanup (EraClient::delete_outside_range) fix: remove noisy stderr prints in ERA1 cleanup (EraClient::delete_outside_range) Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

1 participant