minor: Comment out log line in Groups V2 GroupsServicePostHandler for now which logs every request it receives.

bullet-2.82
Justin Clark-Casey (justincc) 2014-05-30 19:45:05 +01:00
parent 8656b5e948
commit 35c7fb2038
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace OpenSim.Groups
string method = request["METHOD"].ToString();
request.Remove("METHOD");
m_log.DebugFormat("[Groups.Handler]: {0}", method);
// m_log.DebugFormat("[Groups.Handler]: {0}", method);
switch (method)
{
case "PUTGROUP":