pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

CreateBoundsStore Console Log

Open Luckygamer02 opened this issue 7 months ago โ€ข 0 comments

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!

Luckygamer02 avatar Jul 08 '25 00:07 Luckygamer02