From: Matthew Jordan Date: Wed, 23 Jul 2014 16:41:27 +0000 (+0000) Subject: res_pjsip_refer: remove stray debugging line X-Git-Tag: 12.5.0-rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0470766999d776434d0c664d6045f06104d7dc0e;p=thirdparty%2Fasterisk.git res_pjsip_refer: remove stray debugging line How'd those @ symbols get in there... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@419316 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_pjsip_refer.c b/res/res_pjsip_refer.c index ecf3b06ef3..b88396f7a4 100644 --- a/res/res_pjsip_refer.c +++ b/res/res_pjsip_refer.c @@ -204,7 +204,6 @@ static struct ast_frame *refer_progress_framehook(struct ast_channel *chan, stru /* Media is passing without progress, this means the call has been answered */ notification = refer_progress_notification_alloc(progress, 200, PJSIP_EVSUB_STATE_TERMINATED); } else if (f->frametype == AST_FRAME_CONTROL) { - ast_debug(5, "@@@@ GOT FRAME TYPE: %d\n", f->subclass.integer); /* Based on the control frame being written we can send a NOTIFY advising of the progress */ if ((f->subclass.integer == AST_CONTROL_RING) || (f->subclass.integer == AST_CONTROL_RINGING)) { progress->subclass = f->subclass.integer;