diff options
Diffstat (limited to 'OpenSim/Grid/UserServer/Main.cs')
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs index 787679e..1a37b83 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs | |||
@@ -115,8 +115,6 @@ namespace OpenSim.Grid.UserServer | |||
115 | m_httpServer = new BaseHttpServer(Cfg.HttpPort); | 115 | m_httpServer = new BaseHttpServer(Cfg.HttpPort); |
116 | AddHttpHandlers(); | 116 | AddHttpHandlers(); |
117 | m_httpServer.Start(); | 117 | m_httpServer.Start(); |
118 | |||
119 | m_log.Info("[SERVER]: Userserver 0.5 - Startup complete"); | ||
120 | } | 118 | } |
121 | 119 | ||
122 | protected void AddHttpHandlers() | 120 | protected void AddHttpHandlers() |