Skip to content

Commit ee5fcea

Browse files
committed
🔪 console.log from parcats_test.js
1 parent 48209a0 commit ee5fcea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/jasmine/tests/parcats_test.js

-4
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,6 @@ describe('Drag to reordered dimensions', function() {
723723

724724
Plotly.newPlot(gd, mock)
725725
.then(function() {
726-
console.log(gd.data);
727726
restyleCallback = jasmine.createSpy('restyleCallback');
728727
gd.on('plotly_restyle', restyleCallback);
729728

@@ -1229,9 +1228,6 @@ describe('Click events', function() {
12291228
/** @type {ParcatsViewModel} */
12301229
var parcatsViewModel = d3.select('g.trace.parcats').datum();
12311230

1232-
console.log(gd.data[0]);
1233-
console.log(parcatsViewModel.hoverinfoItems);
1234-
12351231
gd.on('plotly_click', function(data) {
12361232
clickData = data;
12371233
});

0 commit comments

Comments
 (0)