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