Skip to content
Snippets Groups Projects
Commit 3ab5cb76 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Remove debug

parent c6202d42
No related branches found
No related tags found
No related merge requests found
......@@ -378,7 +378,7 @@ void AudioRecord::recData(SFLDataFormat* buffer_1, SFLDataFormat* buffer_2, int
byteCounter_ += (unsigned long)(nSamples_1*sizeof(SFLDataFormat));
printf("AudioRecord::recData():: byteCounter_ : %i \n",(int)byteCounter_ );
//printf("AudioRecord::recData():: byteCounter_ : %i \n",(int)byteCounter_ );
delete [] mixBuffer_;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment