aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-21 16:11:44 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-21 16:11:44 +0000
commit970b359e41e3b6a35d12323eb2e7f711285736b4 (patch)
tree711c01d11af1d7f31c4f97072863182e1811c85b /apps/app_queue.c
parentcb6219ef7ac53fffb1f83533aa0ebb12f00f5b61 (diff)
Removing a debug message I accidentally just committed
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@94464 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 36f9c4b27..159bdda65 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... */
}