Remove a left over log output

0.7.2-post-fixes
Melanie 2011-12-08 05:46:59 +00:00 committed by Justin Clark-Casey (justincc)
parent 1e83800d32
commit ac445463e9
1 changed files with 0 additions and 1 deletions

View File

@ -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());