From 5112357ae1900f3620e5167a78ad4d922dc20256 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Mon, 9 Jul 2007 18:38:28 +0000 Subject: [PATCH] Forgot to get rid of an extraneous debug message. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@74122 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 f8104c74dc..8e0192ce3e 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -3464,7 +3464,6 @@ check_turns: } break; } - ast_log(LOG_DEBUG, "Status update 3\n"); stat = get_member_status(qe.parent, qe.max_penalty);