Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Jul 26, 2017
1 parent 5e7e588 commit e811eb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/public/vislib/lib/dispatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export function VislibLibDispatchProvider(Private, config) {
*/
eventResponse(d, i) {

// console.log('event response', arguments);

const datum = d._input || d;
const data = d3.event.target.nearestViewportElement ?
d3.event.target.nearestViewportElement.__data__ : d3.event.target.__data__;
Expand Down

0 comments on commit e811eb9

Please sign in to comment.