mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user