mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-09 22:19:52 +00:00
FS-3210 remove unneeded log message already logged in docall
This commit is contained in:
parent
426a4e76df
commit
88c83420bf
@ -142,11 +142,6 @@ void Session::do_hangup_hook()
|
|||||||
}
|
}
|
||||||
|
|
||||||
docall(L, arg_count, 1, 1);
|
docall(L, arg_count, 1, 1);
|
||||||
err = lua_tostring(L, -1);
|
|
||||||
|
|
||||||
if (!zstr(err)) {
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "%s\n", err);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (channel) {
|
if (channel) {
|
||||||
switch_channel_set_private(channel, "CoreSession", NULL);
|
switch_channel_set_private(channel, "CoreSession", NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user