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.
|
* Handles updates to geometry elements by re-initializing seed points and rerunning the JFA.
|
||||||
*/
|
*/
|
||||||
private handleGeometryUpdate = () => {
|
private handleGeometryUpdate = () => {
|
||||||
console.log('handleGeometryUpdate');
|
|
||||||
this.populateSeedPoints();
|
this.populateSeedPoints();
|
||||||
this.runJumpFloodingAlgorithm();
|
this.runJumpFloodingAlgorithm();
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue