Skip to content

Commit 7acd618

Browse files
committed
chore: remove print
1 parent 620f74f commit 7acd618

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/utils.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ setup_trigger_tooltips <- function(plot, ns) {
456456
paste0(
457457
"function(el) {
458458
const targetDiv = document.querySelector('#", ns("plot"), " .modebar-group:nth-child(4)');
459-
console.log(el.data);
460459
if (targetDiv) {
461460
const button = document.createElement('button');
462461
button.setAttribute('data-count', '0');

0 commit comments

Comments
 (0)