Skip to content

Commit 459e717

Browse files
demvladhaslinghuis
andauthored
The extra line is removed
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
1 parent de543a9 commit 459e717

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/graph_spectrum_calc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ GraphSpectrumCalc._dataLoadFrequencyVsX = function(vsFieldNames, minValue = Infi
226226
};
227227

228228
GraphSpectrumCalc._dataLoadPowerSpectralDensityVsX = function(vsFieldNames, minValue = Infinity, maxValue = -Infinity) {
229-
230229
const flightSamples = this._getFlightSamplesFreqVsX(vsFieldNames, minValue, maxValue, false);
231230

232231
// We divide it into FREQ_VS_THR_CHUNK_TIME_MS FFT chunks, we calculate the average throttle

0 commit comments

Comments
 (0)