Skip to content

Commit ac887f1

Browse files
committed
Removed unnecessary console.log
1 parent b8527bd commit ac887f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/jasmine/tests/hover_pie_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe('pie hovering', function () {
5858
gd.on('plotly_hover', function (data) {
5959
count++;
6060
futureData.push(data);
61-
console.log(data);
6261
});
6362

6463
mouseEvent('mouseover', 180, 140);

0 commit comments

Comments
 (0)