diff --git a/Source/GUIelements/PsychoanalGraph.cpp b/Source/GUIelements/PsychoanalGraph.cpp index 7c0cbdb..6955b14 100644 --- a/Source/GUIelements/PsychoanalGraph.cpp +++ b/Source/GUIelements/PsychoanalGraph.cpp @@ -53,12 +53,9 @@ void PsychoanalGraph::valueTreePropertyChanged(juce::ValueTree &treeWhosePropert } } else if (property == juce::Identifier("threshold")) { juce::Array* t = treeWhosePropertyHasChanged[property].getArray(); - std::cout << "new threshold"; for (int i = 0; i < 22; ++i) { thresholdVals[i] = (float)(*t)[i].operator double(); - std::cout << thresholdVals[i] << " "; } - std::cout << "\n"; } energy.loadData(energyVals.data());