From: Mark Michelson Date: Mon, 17 Dec 2007 20:42:08 +0000 (+0000) Subject: Removing some leftover debug messages from a while back. X-Git-Tag: 1.6.0-beta1~3^2~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f89eab8fd24520caaf3d3433b095ba9d89f773;p=thirdparty%2Fasterisk.git Removing some leftover debug messages from a while back. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93297 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 12482910c9..9e831ac8dc 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -4622,9 +4622,7 @@ static int reload_queues(int reload) * scheme for queue members, we must devise the queue's strategy before other initializations */ if((tmpvar = ast_variable_retrieve(cfg, cat, "strategy"))) { - ast_log(LOG_DEBUG, "Success!!\n"); q->strategy = strat2int(tmpvar); - ast_log(LOG_DEBUG, "Queue strategy set to '%s'\n", int2strat(q->strategy)); if (q->strategy < 0) { ast_log(LOG_WARNING, "'%s' isn't a valid strategy for queue '%s', using ringall instead\n", tmpvar, q->name);