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