Skip to content

Commit

Permalink
disable debugging prints on audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Gin committed Oct 3, 2023
1 parent 3370951 commit 615ad3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void AudioPerSpectrumDetectorBase::log_results(){
m_console.log(m_audio_name + " not detected. Error Coefficient = " + tostr_default(m_lowest_error), COLOR_PURPLE);
}

#if 1
#if 0
if (m_lowest_error >= 1){
std::stringstream ss;
ss << "AudioPerSpectrumDetectorBase ended with error of 1.0: " << endl;
Expand Down

0 comments on commit 615ad3c

Please sign in to comment.