Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jul 24, 2024
1 parent 4a05159 commit 57edd7e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/core/PropertyAnimator.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/core/PropertyAnimator.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/core/PropertyAnimator.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/core/PropertyAnimator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export function PropertyAnimator<T extends Constructor<PossiblyCustomElement>>(B
}

removeAllPropertyFunctions() {
console.log('remove all property functions')
if (this.#propertyFunctions)
for (const [name] of this.#propertyFunctions) this.#removePropertyFunction(name as keyof this)
}
Expand Down

0 comments on commit 57edd7e

Please sign in to comment.