From bf8b5844f24d294c459f54147bd511e7112288bf Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 18 Mar 2008 14:51:42 +0000 Subject: Formatting cleanup. Minor refactoring. --- OpenSim/Grid/UserServer/UserLoginService.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs') diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 6cc34d5..823733f 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs @@ -64,8 +64,6 @@ namespace OpenSim.Grid.UserServer m_config = config; } - - /// /// Customises the login response and fills in missing values. /// @@ -93,7 +91,6 @@ namespace OpenSim.Grid.UserServer RegionProfileData.RequestSimProfileData( theUser.homeRegion, m_config.GridServerURL, m_config.GridSendKey, m_config.GridRecvKey); - } else { @@ -123,7 +120,6 @@ namespace OpenSim.Grid.UserServer theUser.homeRegion, m_config.GridServerURL, m_config.GridSendKey, m_config.GridRecvKey); } - } } @@ -178,7 +174,6 @@ namespace OpenSim.Grid.UserServer // Update agent with target sim - m_log.Info("[LOGIN]: Telling " + SimInfo.regionName + " @ " + SimInfo.httpServerURI + " " + SimInfo.regionLocX + "," + SimInfo.regionLocY + " to expect user connection"); -- cgit v1.1