* Rolling CAPS implementation back to the synchronous version until we can figure out how to fix the TeleportFinish replay bug in the async
* Removing some debug noise git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2095 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -138,7 +138,6 @@ namespace OpenMetaverse.Capabilities
|
||||
if (e.Error == null)
|
||||
{
|
||||
LLSD result = LLSDParser.DeserializeXml(e.Result);
|
||||
Logger.DebugLog("Received CAPS response: " + System.Text.Encoding.UTF8.GetString(e.Result));
|
||||
|
||||
try { OnComplete(this, result, e.Error); }
|
||||
catch (Exception ex) { Logger.Log(ex.Message, Helpers.LogLevel.Error, ex); }
|
||||
|
||||
Reference in New Issue
Block a user