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

0.8.0.3
Justin Clark-Casey (justincc) 2014-05-30 19:45:05 +01:00 committed by Justin Clark-Casey
parent 068cab94e0
commit a1e92dead2
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":