From bf4d701cd5ae74dfc0d52feddee1614b93f5a569 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Fri, 27 Mar 2009 12:49:27 +0000 Subject: From: Alan Webb Fixed problem with REST services caused by changes to the OpenSim core code base - the comms manager had been 'modularized'. Also added additional debugging to RemoteAdmin interface. --- .../Rest/Inventory/RestAppearanceServices.cs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs index 667cf57..fad0438 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs @@ -55,16 +55,6 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory Rest.Log.InfoFormat("{0} User appearance services initializing", MsgId); Rest.Log.InfoFormat("{0} Using REST Implementation Version {1}", MsgId, Rest.Version); - // This is better than a null reference. - - if (Rest.AvatarServices == null) - throw new Exception(String.Format("{0} OpenSim inventory services are not available", - MsgId)); - - if (Rest.UserServices == null) - throw new Exception(String.Format("{0} OpenSim user profile services are not available", - MsgId)); - // If a relative path was specified for the handler's domain, // add the standard prefix to make it absolute, e.g. /admin -- cgit v1.1