aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-09 18:38:28 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-09 18:38:28 +0000
commit62dc62ed182ae15b3f37b234e49b508935d1aa63 (patch)
tree42267f2513a4e4e6219231730d6d7aa836c1d500
parent8749f49fe280418570b59d2fdb1d5d77568a4b0f (diff)
Forgot to get rid of an extraneous debug message.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@74122 f38db490-d61c-443f-a65b-d21fe96a405b
-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 f8104c74d..8e0192ce3 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);