]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove debug output.
authorRussell Bryant <russell@russellbryant.com>
Thu, 8 May 2008 19:19:50 +0000 (19:19 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 8 May 2008 19:19:50 +0000 (19:19 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@115568 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_iax2.c

index 26f01a38bf04f27ebe297240319351988417c415..dc65b11f09580969946c849f5fe781a230c4d38c 100644 (file)
@@ -3642,10 +3642,7 @@ static int iax2_indicate(struct ast_channel *c, int condition, const void *data,
                        ast_mutex_lock(&iaxsl[callno]);
                        pvt = iaxs[callno];
                }
-               if (pvt->peercallno) {
-                       ast_log(LOG_NOTICE, "Yay, we didn't know the peercallno, but we were patient and got it.\n");
-               } else {
-                       ast_log(LOG_NOTICE, "Damnit!  We waited around and never got the peercallno ...\n");
+               if (!pvt->peercallno) {
                        res = -1;
                        goto done;
                }