Remove debug message
authorMark Michelson <mmichelson@digium.com>
Fri, 27 Jun 2008 16:18:07 +0000 (16:18 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 27 Jun 2008 16:18:07 +0000 (16:18 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125856 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 70295aa..da58c10 100644 (file)
@@ -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);