Skip to content

Commit

Permalink
Remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 26, 2023
1 parent 80c07de commit 58adf02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel/models/progress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export class ProgressView extends HTMLBoxView {
this.progressEl.value = this.model.value
else if (this.model.value < 0)
this.progressEl.removeAttribute("value")
console.log(this.progressEl)
}

setMax(): void {
Expand Down

0 comments on commit 58adf02

Please sign in to comment.