mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
minor: Comment out log line in Groups V2 GroupsServicePostHandler for now which logs every request it receives.
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user