removed comment which violates the coding guidelines.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2007-09-19 09:32:42 +00:00
parent 63122bb677
commit a779f3cbf5

View File

@@ -2660,7 +2660,6 @@ static struct ast_frame *process_ast_dsp(struct chan_list *tmp, struct ast_frame
if (tmp->ast_dsp && (f->subclass != 'f')) {
chan_misdn_log(2, tmp->bc->port, " --> * SEND: DTMF (AST_DSP) :%c\n", f->subclass);
//ast_queue_frame(tmp->ast, f);
}
return f;