Skip to content

Remove leftover debug print#129

Merged
D4ryl00 merged 1 commit into
berty:mainfrom
mk0walsk:remove-debug-print
Jan 20, 2026
Merged

Remove leftover debug print#129
D4ryl00 merged 1 commit into
berty:mainfrom
mk0walsk:remove-debug-print

Conversation

@mk0walsk
Copy link
Copy Markdown
Contributor

Removes an accidental fmt.Println call in putPrecomputedKeysNonBatched.

This appears to be a leftover debug statement that:

  1. Pollutes stdout with raw byte data during execution.
  2. Bypasses the structured logger (s.logger) used elsewhere in the file.
  3. Adds unnecessary I/O overhead inside a loop.

Copy link
Copy Markdown
Collaborator

@D4ryl00 D4ryl00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks.

@D4ryl00 D4ryl00 merged commit ce1dd41 into berty:main Jan 20, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants