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 debug message about pruning active leaves #6440

Merged
merged 4 commits into from
Nov 13, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update prdoc
  • Loading branch information
AndreiEres committed Nov 13, 2024
commit 43ac2dc166ccb4e81234fc6c169fa42eb75a9f1d
9 changes: 1 addition & 8 deletions prdoc/pr_6440.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ title: Remove debug message about pruning active leaves
doc:
- audience: Node Dev
description: |-
# Description

The debug message was added to identify a potential memory leak. However, recent observations show that pruning works as expected. Therefore, it is best to remove this line, as it generates quite annoying logs.


## Integration

Doesn't affect downstream projects.
Removed useless debug message
crates:
- name: polkadot-node-core-pvf
validate: false
Loading