mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Remove a left over log output
This commit is contained in:
@@ -213,7 +213,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
{
|
||||
Hashtable requestData = (Hashtable) request.Params[0];
|
||||
|
||||
m_log.Info("[RADMIN]: Request to restart Region.");
|
||||
CheckStringParameters(requestData, responseData, new string[] {"password"});
|
||||
|
||||
FailIfRemoteAdminNotAllowed((string)requestData["password"], responseData, remoteClient.Address.ToString());
|
||||
@@ -2951,4 +2950,4 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user