diff --git a/src/distance-field.ts b/src/distance-field.ts index a9f3908..613092e 100644 --- a/src/distance-field.ts +++ b/src/distance-field.ts @@ -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(); };