mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +08:00
comment out a noisy log line I accidentally left in from the last commit
This commit is contained in:
@@ -386,7 +386,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
|
||||
public Hashtable GetEvents(UUID requestID, UUID pAgentId, string request)
|
||||
{
|
||||
m_log.DebugFormat("[EVENT QUEUE GET MODULE]: Invoked GetEvents() for {0}", pAgentId);
|
||||
// m_log.DebugFormat("[EVENT QUEUE GET MODULE]: Invoked GetEvents() for {0}", pAgentId);
|
||||
|
||||
Queue<OSD> queue = TryGetQueue(pAgentId);
|
||||
OSD element;
|
||||
|
||||
Reference in New Issue
Block a user