Skip to content
Snippets Groups Projects
Commit 39e730b4 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

Remove useless debugging message.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@224562 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2b82d051
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,6 @@ static struct ast_frame *siren14read(struct ast_filestream *s, int *whennext)
return NULL;
}
*whennext = s->fr.samples = BYTES_TO_SAMPLES(res);
ast_log(LOG_DEBUG, "Read frame of %d bytes and %d samples\n", res, s->fr.samples);
return &s->fr;
}
......
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