Remove useless debugging message.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@224562 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2009-10-19 19:40:26 +00:00
parent 2b82d051ca
commit 39e730b4e2

View File

@@ -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;
}