Skip to content

Commit

Permalink
remove unneeded console.log (apache#5738)
Browse files Browse the repository at this point in the history
(cherry picked from commit f5cc983)
  • Loading branch information
hughhhh authored and kristw committed Aug 27, 2018
1 parent 0e49793 commit 5fd4584
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset/assets/vendor/parallel_coordinates/d3.parcoords.js
Original file line number Diff line number Diff line change
Expand Up @@ -1775,8 +1775,6 @@ module.exports = function(config) {
arc.p2[0] = Math.min(Math.max(arc.minX + 1, ev.x - __.margin.left), arc.maxX);
arc.p2[1] = Math.min(Math.max(arc.minY, ev.y - __.margin.top), arc.maxY);
arc.p3 = arc.p2.slice();
// console.log(arcs.angle(arcs.active));
// console.log(signedAngle(arcs.unsignedAngle(arcs.active)));
drawStrum(arc, 1);
};
}
Expand Down

0 comments on commit 5fd4584

Please sign in to comment.