mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Formatting cleanup.
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public void Remove(uint id)
|
||||
{
|
||||
//m_log.InfoFormat("[CLIENT]: Removing client with code {0}, current count {1}", id, m_clients.Count);
|
||||
//m_log.InfoFormat("[CLIENT]: Removing client with code {0}, current count {1}", id, m_clients.Count);
|
||||
lock (m_clients)
|
||||
{
|
||||
m_clients.Remove(id);
|
||||
|
||||
Reference in New Issue
Block a user