From ad89849308f8a5b5d52dd9a1675afd88001e0296 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 21 Dec 2007 16:11:44 +0000 Subject: [PATCH] Removing a debug message I accidentally just committed git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@94464 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 36f9c4b279..159bdda654 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -2079,7 +2079,6 @@ static struct callattempt *wait_for_answer(struct queue_ent *qe, struct callatte break; /* On "ringall" strategy we only move to the next penalty level when *all* ringing phones are done in the current penalty level */ - ast_log(LOG_DEBUG, "I actually hit this...\n"); ring_one(qe, outgoing, &numbusies); /* and retry... */ }