summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-06-27 16:18:07 +0000
committerMark Michelson <mmichelson@digium.com>2008-06-27 16:18:07 +0000
commit6d1ebfbed579c686ff6587be1b41ef058cf45727 (patch)
treef76e801f616626300eaa44923f19bbf68b208610 /apps
parentab7809ace993f84d1cf4787e5bfe9037d17ac934 (diff)
Remove debug message
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125856 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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 70295aa78..da58c105d 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -3548,7 +3548,6 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
}
else
which = peer;
- ast_log(LOG_NOTICE, "poop\n");
ast_channel_unlock(qe->chan);
if (monitorfilename)
ast_monitor_start(which, qe->parent->monfmt, monitorfilename, 1, X_REC_IN | X_REC_OUT);