diff options
author | Justin Clark-Casey (justincc) | 2014-05-30 19:45:05 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-05-30 19:45:05 +0100 |
commit | 35c7fb203829c3618cfaa427d7026b93a5a67698 (patch) | |
tree | c28922b6c8c10101351c87bfbdd4d714f76102a1 /OpenSim/Addons | |
parent | Fix bug where setting a parcel in a varregion for sale would make sale bitmap... (diff) | |
download | opensim-SC-35c7fb203829c3618cfaa427d7026b93a5a67698.zip opensim-SC-35c7fb203829c3618cfaa427d7026b93a5a67698.tar.gz opensim-SC-35c7fb203829c3618cfaa427d7026b93a5a67698.tar.bz2 opensim-SC-35c7fb203829c3618cfaa427d7026b93a5a67698.tar.xz |
minor: Comment out log line in Groups V2 GroupsServicePostHandler for now which logs every request it receives.
Diffstat (limited to 'OpenSim/Addons')
-rw-r--r-- | OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs b/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs index 55ae6db..52b9728 100644 --- a/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs +++ b/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs | |||
@@ -109,7 +109,7 @@ namespace OpenSim.Groups | |||
109 | string method = request["METHOD"].ToString(); | 109 | string method = request["METHOD"].ToString(); |
110 | request.Remove("METHOD"); | 110 | request.Remove("METHOD"); |
111 | 111 | ||
112 | m_log.DebugFormat("[Groups.Handler]: {0}", method); | 112 | // m_log.DebugFormat("[Groups.Handler]: {0}", method); |
113 | switch (method) | 113 | switch (method) |
114 | { | 114 | { |
115 | case "PUTGROUP": | 115 | case "PUTGROUP": |