From 78f831ef5220907e4d50422a5422063921062cf8 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sun, 7 Sep 2008 03:22:33 +0000 Subject: * minor: Clean up of logging messages to make following the client login process easier * documentation --- OpenSim/Grid/UserServer/UserLoginService.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs') diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 10490a6..06a68ae 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs @@ -309,7 +309,6 @@ namespace OpenSim.Grid.UserServer { bool responseSuccess = true; - if (GridResp.Value != null) { Hashtable resp = (Hashtable) GridResp.Value; -- cgit v1.1