diff --git a/src/AudioAnalysisTools/Ocillations/OscillationParameters.cs b/src/AudioAnalysisTools/Ocillations/OscillationParameters.cs index ed9f8c70b..d0703f2f3 100644 --- a/src/AudioAnalysisTools/Ocillations/OscillationParameters.cs +++ b/src/AudioAnalysisTools/Ocillations/OscillationParameters.cs @@ -145,9 +145,9 @@ public static (List OscillEvents, List Plots) GetOscillationE } // save a debug image of the spectrogram which includes the HITS overlay. - var image3 = SpectrogramTools.GetSonogramPlusCharts(spectrogram, events, plots, hits, profileName + " Oscillations"); - var path = "C:\\temp\\oscillationsImage.png"; - image3.Save(path); + //var image3 = SpectrogramTools.GetSonogramPlusCharts(spectrogram, events, plots, hits, profileName + " Oscillations"); + //var path = "C:\\temp\\oscillationsImage.png"; + //image3.Save(path); return (events, plots); }