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

remove printf debug

parent 9174012a
Branches
Tags
No related merge requests found
......@@ -177,7 +177,7 @@ AlsaLayer::canGetMic()
int avail;
if ( _CaptureHandle ) {
avail = snd_pcm_avail_update( _CaptureHandle );
printf("%d\n", avail );
//printf("%d\n", avail );
if(avail > 0)
return avail;
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment