diff options
Diffstat (limited to 'OpenSim/Framework/Communications/UserManagerBase.cs')
-rw-r--r-- | OpenSim/Framework/Communications/UserManagerBase.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs index 3f2b902..2e3efd5 100644 --- a/OpenSim/Framework/Communications/UserManagerBase.cs +++ b/OpenSim/Framework/Communications/UserManagerBase.cs | |||
@@ -547,9 +547,6 @@ namespace OpenSim.Framework.Communications | |||
547 | 547 | ||
548 | if (userProfile != null) | 548 | if (userProfile != null) |
549 | { | 549 | { |
550 | // This line needs to be in side the above if statement or the UserServer will crash on some logouts. | ||
551 | m_log.Info("[LOGOUT]: " + userProfile.FirstName + " " + userProfile.SurName + " from " + regionhandle + "(" + position.X + "," + position.Y + "," + position.Z + ")"); | ||
552 | |||
553 | UserAgentData userAgent = userProfile.CurrentAgent; | 550 | UserAgentData userAgent = userProfile.CurrentAgent; |
554 | if (userAgent != null) | 551 | if (userAgent != null) |
555 | { | 552 | { |