Skip to content

Commit

Permalink
Remove android specific diagnostic logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Mar 9, 2016
1 parent a0024c6 commit 1424ba3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libPCMutils/src/pcmutils_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ [email protected]
expansion in the PCM time domain.
*******************************************************************************/
#include <log/log.h>

#include "pcmutils_lib.h"

#include "genericStds.h"
Expand Down Expand Up @@ -2079,7 +2079,6 @@ PCMDMX_ERROR pcmDmx_ApplyFrame (
}
}
if (ch != numInChannels) {
ALOGE("b/23876444");
return PCMDMX_INVALID_ARGUMENT;
}

Expand Down

0 comments on commit 1424ba3

Please sign in to comment.