Skip to content

Commit f00fcb2

Browse files
committed
clean-up console.log() statements
1 parent 40b8583 commit f00fcb2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

inst/htmlwidgets/plotly.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,6 @@ HTMLWidgets.widget({
447447
}
448448
}
449449

450-
//console.log(e.value);
451-
452450
// accumulate history for persistent selection
453451
if (!x.highlight.persistent) {
454452
selectionHistory = [event];
@@ -473,9 +471,7 @@ HTMLWidgets.widget({
473471
// Set a crosstalk variable selection value, triggering an update
474472
var turnOn = function(e) {
475473
if (e) {
476-
477474
var selectedKeys = pointsToKeys(e.points);
478-
console.log(selectedKeys);
479475
// Keys are group names, values are array of selected keys from group.
480476
for (var set in selectedKeys) {
481477
if (selectedKeys.hasOwnProperty(set)) {

0 commit comments

Comments
 (0)