Skip to content

Commit ddf6c8a

Browse files
author
Ben Cutrell
committed
Removes dead code
1 parent 6c42b04 commit ddf6c8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/jasmine/tests/unhover_pie_test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ describe('pie unhovering', function() {
5151
gd.on('plotly_unhover', function(data) {
5252
count++;
5353
});
54-
// // mouseEvent('mouseout', 180, 140);
55-
// expect(count).toEqual(3);
5654

5755
setTimeout(function() {
5856
mouseEvent('mouseover', 180, 140);

0 commit comments

Comments
 (0)