Skip to content

Commit

Permalink
Removed unused variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir authored May 30, 2024
1 parent 8aaa09e commit afdcfcf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ const EEGMontage = (
const scatter3D = [];
const scatter2D = [];
const startAngle = 0;
const color = '#000000';


const point3D = _3d()
.x((d) => d.x)
.y((d) => d.y)
Expand Down

0 comments on commit afdcfcf

Please sign in to comment.