diff options
author | Diva Canto | 2011-05-26 19:13:03 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-26 19:13:03 -0700 |
commit | 0d29f7391629defa0ec1463fb24486ee76cca527 (patch) | |
tree | a2b50e35e70dc06252ca8cd7d5260071c5225bda /OpenSim/Services/Connectors/Hypergrid | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-0d29f7391629defa0ec1463fb24486ee76cca527.zip opensim-SC_OLD-0d29f7391629defa0ec1463fb24486ee76cca527.tar.gz opensim-SC_OLD-0d29f7391629defa0ec1463fb24486ee76cca527.tar.bz2 opensim-SC_OLD-0d29f7391629defa0ec1463fb24486ee76cca527.tar.xz |
Commented a few extra debug messages.
Diffstat (limited to 'OpenSim/Services/Connectors/Hypergrid')
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs index 1c01563..046f755 100644 --- a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | |||
@@ -576,7 +576,6 @@ namespace OpenSim.Services.Connectors.Hypergrid | |||
576 | XmlRpcResponse response = null; | 576 | XmlRpcResponse response = null; |
577 | try | 577 | try |
578 | { | 578 | { |
579 | m_log.DebugFormat("[XXX]: Calling locate_user on {0}", m_ServerURL); | ||
580 | response = request.Send(m_ServerURL, 10000); | 579 | response = request.Send(m_ServerURL, 10000); |
581 | } | 580 | } |
582 | catch (Exception e) | 581 | catch (Exception e) |
@@ -636,7 +635,6 @@ namespace OpenSim.Services.Connectors.Hypergrid | |||
636 | XmlRpcResponse response = null; | 635 | XmlRpcResponse response = null; |
637 | try | 636 | try |
638 | { | 637 | { |
639 | m_log.DebugFormat("[XXX]: Calling get_uuid on {0}", m_ServerURL); | ||
640 | response = request.Send(m_ServerURL, 10000); | 638 | response = request.Send(m_ServerURL, 10000); |
641 | } | 639 | } |
642 | catch (Exception e) | 640 | catch (Exception e) |