pycodestyle
pycodestyle copied to clipboard
CreateBoundsStore Console Log
Description
Bug Report: Excessive Console Logging in CreateBoundsStore
Summary
The CreateBoundsStore contains a console.log statement inside the recalculateNodeBounds function:
console.log('dentro del for, este es e node:', node);
### Reproduction
### Steps to Reproduce
1. Load any Svelvet graph with multiple nodes.
2. Observe the browser console during rendering or layout updates.
> You'll see repeated log messages from `CreateBoundsStore.recalculateNodeBounds`.
### System information
-
### Additional information
_No response_
### ๐จโ๐งโ๐ฆ Contributing
- [x] ๐โโ๏ธ Yes, I'd love to make a PR to fix this bug!