Skip to content

Commit

Permalink
refactor: unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Jan 17, 2025
1 parent bfe0145 commit b9de763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/procgen/NoiseSampler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ export class NoiseSampler {
this.onChange('seed')
}

onChange(originator: any) {
console.debug(`[Sampler:onChange] from ${originator}`)
onChange(_originator: any) {

Check failure on line 126 in src/procgen/NoiseSampler.ts

View workflow job for this annotation

GitHub Actions / lint

'_originator' is defined but never used
// console.debug(`[Sampler:onChange] from ${_originator}`)
this.init()
// this.parent?.onChange(`Sampler:${originator}`)
// this.parent?.onChange(`Sampler:${_originator}`)
}

eval(x: number, y: number, z?: number, t?: number): number {
Expand Down

0 comments on commit b9de763

Please sign in to comment.