dect
/
asterisk
Archived
13
0
Fork 0

Remove useless debugging message.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@224562 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2009-10-19 19:40:26 +00:00
parent 572b8e3077
commit 86599a18c4
1 changed files with 0 additions and 1 deletions

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