mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Remove debug again
This commit is contained in:
@@ -99,7 +99,7 @@ namespace OpenSim.Services.Connectors
|
||||
sendData["METHOD"] = "register";
|
||||
|
||||
string reqString = ServerUtils.BuildQueryString(sendData);
|
||||
m_log.DebugFormat("[GRID CONNECTOR]: queryString = {0}", reqString);
|
||||
// m_log.DebugFormat("[GRID CONNECTOR]: queryString = {0}", reqString);
|
||||
try
|
||||
{
|
||||
string reply = SynchronousRestFormsRequester.MakeRequest("POST",
|
||||
|
||||
Reference in New Issue
Block a user