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