remove log
This commit is contained in:
parent
f32699985d
commit
afe1154695
|
|
@ -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();
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue