remove log

This commit is contained in:
Orion Reed 2024-12-02 06:37:28 -05:00
parent f32699985d
commit afe1154695
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ export class DistanceField extends HTMLElement {
* Handles updates to geometry elements by re-initializing seed points and rerunning the JFA.
*/
private handleGeometryUpdate = () => {
console.log('handleGeometryUpdate');
this.populateSeedPoints();
this.runJumpFloodingAlgorithm();
};