Remove a log line used for debug
This commit is contained in:
parent
b8eeb44fca
commit
3dd2ec4a2e
|
|
@ -267,7 +267,6 @@
|
|||
else
|
||||
--replace the ' back to a single quote
|
||||
XML_STRING = XML_STRING:gsub("'", "'");
|
||||
freeswitch.consoleLog("notice", "XML STRING "..XML_STRING.."\n");
|
||||
--send to the console
|
||||
if (debug["cache"]) then
|
||||
freeswitch.consoleLog("notice", "[xml_handler] configuration:callcenter.conf source: memcache\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue