* 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:
John Hurliman
2008-08-16 06:30:08 +00:00
parent 0bd77baba2
commit 23a25709a9
4 changed files with 13 additions and 52 deletions

View File

@@ -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); }