Remove a log line used for debug

This commit is contained in:
Digital Daz 2015-02-25 20:40:51 +00:00
parent b8eeb44fca
commit 3dd2ec4a2e
1 changed files with 274 additions and 275 deletions

View File

@ -267,7 +267,6 @@
else
--replace the &#39 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");