comment out a noisy log line I accidentally left in from the last commit

iar_mods
Justin Clark-Casey (justincc) 2011-11-24 21:30:40 +00:00
parent 63c137820b
commit 0a60e9537f
1 changed files with 1 additions and 1 deletions

View File

@ -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;