mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Remove some debugging from simian connectors.
This commit is contained in:
@@ -79,7 +79,11 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
{
|
||||
m_simianURL = m_config.GetString("SimianServiceURL");
|
||||
if (String.IsNullOrEmpty(m_simianURL))
|
||||
m_log.ErrorFormat("[SimianGrid] service URL is not defined");
|
||||
{
|
||||
//m_log.DebugFormat("[SimianGrid] service URL is not defined");
|
||||
m_enabled = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user