Remove debug message

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125856 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2008-06-27 16:18:07 +00:00
parent ab7809ace9
commit 6d1ebfbed5

View 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);