summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/operations/Server.py')
-rwxr-xr-xpython/test/Ice/operations/Server.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/test/Ice/operations/Server.py b/python/test/Ice/operations/Server.py
index de09f31ba7e..f5de973acb6 100755
--- a/python/test/Ice/operations/Server.py
+++ b/python/test/Ice/operations/Server.py
@@ -26,7 +26,6 @@ class Server(TestHelper):
properties.setProperty("Ice.Warn.Dispatch", "0")
with self.initialize(properties=properties) as communicator:
- print("Server endpoint: {}".format(self.getTestEndpoint()))
communicator.getProperties().setProperty("TestAdapter.Endpoints", self.getTestEndpoint())
adapter = communicator.createObjectAdapter("TestAdapter")
adapter.add(TestI.MyDerivedClassI(), Ice.stringToIdentity("test"))