Remove accidental debug logging of llsd

This commit is contained in:
Casper Warden
2019-12-29 17:43:47 +00:00
parent 272adf9a4f
commit b92698d0d7

View File

@@ -469,7 +469,6 @@ export class EventQueueClient
{
if (body.indexOf('<llsd>') !== -1)
{
console.log(body);
const parsed = LLSD.LLSD.parseXML(body);
resolve(parsed);
}