Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
OrionReed committed Dec 2, 2024
1 parent f326999 commit afe1154
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/distance-field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
};
Expand Down

0 comments on commit afe1154

Please sign in to comment.