Remove debug message about pruning active leaves (#6440)
# 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.
---------
Co-authored-by: GitHub Action <[email protected]>
Please register or sign in to comment