diff --git a/apps/app_dial.c b/apps/app_dial.c index b5d06870fd..352f243e3a 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -2767,7 +2767,6 @@ static int dial_exec_full(struct ast_channel *chan, const char *data, struct ast } if (ast_autoservice_stop(chan) < 0) { - ast_log(LOG_ERROR, "Could not stop autoservice on calling channel\n"); res9 = -1; }