summaryrefslogtreecommitdiff
path: root/python/test/Ice/info/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/info/Server.py')
-rwxr-xr-xpython/test/Ice/info/Server.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/test/Ice/info/Server.py b/python/test/Ice/info/Server.py
index 1c6057ce26c..63dfac1ebd0 100755
--- a/python/test/Ice/info/Server.py
+++ b/python/test/Ice/info/Server.py
@@ -37,10 +37,6 @@ except:
status = False
if communicator:
- try:
- communicator.destroy()
- except:
- traceback.print_exc()
- status = False
+ communicator.destroy()
sys.exit(not status)