change another expire and remove a redundant one

This commit is contained in:
UbitUmarov
2020-08-17 22:53:10 +01:00
parent e9039648da
commit c7d07fa40d
3 changed files with 7 additions and 24 deletions

View File

@@ -43,9 +43,7 @@ namespace OpenSim.Services.Connectors
{
public class PresenceServicesConnector : BaseServiceConnector, IPresenceService
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private string m_ServerURI = String.Empty;