diff options
Diffstat (limited to 'csharp/src/IceBox/ServiceManagerI.cs')
-rw-r--r-- | csharp/src/IceBox/ServiceManagerI.cs | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/csharp/src/IceBox/ServiceManagerI.cs b/csharp/src/IceBox/ServiceManagerI.cs index 17757974413..51bfb0c47b7 100644 --- a/csharp/src/IceBox/ServiceManagerI.cs +++ b/csharp/src/IceBox/ServiceManagerI.cs @@ -990,16 +990,7 @@ class ServiceManagerI : ServiceManagerDisp_ } removeAdminFacets("IceBox.Service." + service + "."); - - try - { - communicator.destroy(); - } - catch(Exception e) - { - _logger.warning("ServiceManager: exception while destroying communicator for service " - + service + "\n" + e.ToString()); - } + communicator.destroy(); } } |