Remove annoying unconditional debug message from INC/DEC functions.

(closes issue AST-1001)
Reported by: Guenther Kelleter


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@372628 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2012-09-07 22:06:29 +00:00
parent dc28841aad
commit 487da6dc82

View File

@@ -421,8 +421,6 @@ static int crement_function_read(struct ast_channel *chan, const char *cmd,
modify_orig = 1;
}
ast_log(LOG_NOTICE, "The value is now: %d\n", int_value);
if (snprintf(returnvar, sizeof(returnvar), "%d", int_value) > 0) {
pbx_builtin_setvar_helper(chan, data, returnvar);
if (modify_orig) {