Skip to content

Commit c96f430

Browse files
committed
Resolved code issues
1 parent 6b580c6 commit c96f430

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/graph_spectrum_plot.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ GraphSpectrumPlot._drawPowerSpectralDensityGraph = function (canvasCtx) {
370370
const spectrumCount = this._importedPSD.curvesCount();
371371
for (let spectrumNum = 0; spectrumNum < spectrumCount; spectrumNum++) {
372372
const curvesPonts = this._importedPSD._curvesData[spectrumNum].points;
373-
const pointsCount = curvesPonts.length;
374373

375374
canvasCtx.beginPath();
376375
canvasCtx.lineWidth = 1;

0 commit comments

Comments
 (0)