summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-02-06 00:08:58 +0000
committerMark Michelson <mmichelson@digium.com>2008-02-06 00:08:58 +0000
commit267220d043f34665df53036268bb3c7a30d3f13f (patch)
treeb69717ec9c8caaf2dcdc9ac9f2cb19e94a825a09 /apps/app_queue.c
parentfe9821cc1066c5233eda63b5d747096f41e8a24c (diff)
Remove an extra debug message I left in
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102550 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 3eb4ae567..d1238a1e0 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -5100,7 +5100,6 @@ static int reload_queues(int reload)
ao2_ref(cur, -1);
continue;
}
- ast_log(LOG_DEBUG, "%s in queue marked as delme, we should be deleting...\n", cur->interface);
q->membercount--;
ao2_unlink(q->members, cur);
remove_from_interfaces(cur->interface);