diff options
author | MW | 2007-05-20 15:50:36 +0000 |
---|---|---|
committer | MW | 2007-05-20 15:50:36 +0000 |
commit | 4f26cf8ea220427f65d3b2adbf4b76f540469373 (patch) | |
tree | 1dc87689d586d1e2ff8026ac6a96a3b67c31b4d4 /OpenSim.RegionServer/SimClient.cs | |
parent | * Fixed depreciated warning in MSSQL Manager (diff) | |
download | opensim-SC_OLD-4f26cf8ea220427f65d3b2adbf4b76f540469373.zip opensim-SC_OLD-4f26cf8ea220427f65d3b2adbf4b76f540469373.tar.gz opensim-SC_OLD-4f26cf8ea220427f65d3b2adbf4b76f540469373.tar.bz2 opensim-SC_OLD-4f26cf8ea220427f65d3b2adbf4b76f540469373.tar.xz |
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?
Diffstat (limited to '')
-rw-r--r-- | OpenSim.RegionServer/SimClient.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
144 | # region Client Methods | 144 | # region Client Methods |
145 | public void UpgradeClient() | 145 | public void UpgradeClient() |
146 | { | 146 | { |
147 | Console.WriteLine("updateclient being called"); | ||
148 | OpenSim.Framework.Console.MainConsole.Instance.WriteLine(OpenSim.Framework.Console.LogPriority.LOW, "SimClient.cs:UpgradeClient() - upgrading child to full agent"); | 147 | OpenSim.Framework.Console.MainConsole.Instance.WriteLine(OpenSim.Framework.Console.LogPriority.LOW, "SimClient.cs:UpgradeClient() - upgrading child to full agent"); |
149 | this.m_child = false; | 148 | this.m_child = false; |
150 | this.m_world.RemoveViewerAgent(this); | 149 | this.m_world.RemoveViewerAgent(this); |