Skip to content

Commit

Permalink
Remove commented out console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored and philippjfr committed Jun 11, 2024
1 parent cc90206 commit f23e0f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel/models/jstree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export class jsTreeView extends LayoutDOMView {
}

_setShowDots(): void {
// console.log("setShowDots")
if (this.model.show_dots) {
this._jstree.jstree(true).show_dots()
} else {
Expand Down

0 comments on commit f23e0f2

Please sign in to comment.