summaryrefslogtreecommitdiff
path: root/misc/freeswitch/scripts/dialplan/dialplan.lua
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-03-18 01:54:40 -0400
committerPeter Kozak <spag@golwen.net>2013-03-18 01:54:40 -0400
commit208c0bbb9b7b744febbf288f56a3926561cd001b (patch)
treed7376013a2918e9fd0609bf603a60613457bb299 /misc/freeswitch/scripts/dialplan/dialplan.lua
parentabc16da2c2afa636a928a031a540e677f4ac84f8 (diff)
log line removed
Diffstat (limited to 'misc/freeswitch/scripts/dialplan/dialplan.lua')
-rw-r--r--misc/freeswitch/scripts/dialplan/dialplan.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/freeswitch/scripts/dialplan/dialplan.lua b/misc/freeswitch/scripts/dialplan/dialplan.lua
index 9abd3d2..63158d9 100644
--- a/misc/freeswitch/scripts/dialplan/dialplan.lua
+++ b/misc/freeswitch/scripts/dialplan/dialplan.lua
@@ -626,8 +626,6 @@ function Dialplan.switch(self, destination)
local result = nil;
self.dial_timeout_active = self.dial_timeout;
- self.log:debug('SWITCH - auth: ', self.caller.auth_account.class, '=', self.caller.auth_account.id, '/', self.caller.auth_account.uuid, ', caller: ', self.caller.account.class, '=', self.caller.account.id, '/', self.caller.account.uuid);
-
if not destination.node_local then
return self:dial(destination);
end