From 4f26cf8ea220427f65d3b2adbf4b76f540469373 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 20 May 2007 15:50:36 +0000 Subject: Didn't want to get left behind in the number of commits, and hey it says there are some differences between my local copy and svn, so why not commit? --- OpenSim.RegionServer/AuthenticateSessionsBase.cs | 4 ---- OpenSim.RegionServer/SimClient.cs | 1 - 2 files changed, 5 deletions(-) (limited to 'OpenSim.RegionServer') diff --git a/OpenSim.RegionServer/AuthenticateSessionsBase.cs b/OpenSim.RegionServer/AuthenticateSessionsBase.cs index 91bc54d..99b86d4 100644 --- a/OpenSim.RegionServer/AuthenticateSessionsBase.cs +++ b/OpenSim.RegionServer/AuthenticateSessionsBase.cs @@ -82,9 +82,7 @@ namespace OpenSim this.AgentCircuits[(uint)agentData.circuitcode].lastname = agentData.lastname; this.AgentCircuits[(uint)agentData.circuitcode].startpos = agentData.startpos; // Console.WriteLine("update user start pos is " + agentData.startpos.X + " , " + agentData.startpos.Y + " , " + agentData.startpos.Z); - } - } public void UpdateAgentChildStatus(uint circuitcode, bool childstatus) @@ -92,7 +90,6 @@ namespace OpenSim if (this.AgentCircuits.ContainsKey(circuitcode)) { this.AgentCircuits[circuitcode].child = childstatus; - } } @@ -101,7 +98,6 @@ namespace OpenSim if (this.AgentCircuits.ContainsKey(circuitcode)) { return this.AgentCircuits[circuitcode].child; - } return false; } diff --git a/OpenSim.RegionServer/SimClient.cs b/OpenSim.RegionServer/SimClient.cs index 9ae08f4..3b243cf 100644 --- a/OpenSim.RegionServer/SimClient.cs +++ b/OpenSim.RegionServer/SimClient.cs @@ -144,7 +144,6 @@ namespace OpenSim # region Client Methods public void UpgradeClient() { - Console.WriteLine("updateclient being called"); OpenSim.Framework.Console.MainConsole.Instance.WriteLine(OpenSim.Framework.Console.LogPriority.LOW, "SimClient.cs:UpgradeClient() - upgrading child to full agent"); this.m_child = false; this.m_world.RemoveViewerAgent(this); -- cgit v1.1