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 31, 2020
1 parent d341337 commit 9d67305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel/models/deckgl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ export class DeckGLPlotView extends PanelHTMLBoxView {
tooltip
});
}
console.log(this.deckGL)
this.el.appendChild(container);
}
}
Expand Down

0 comments on commit 9d67305

Please sign in to comment.