diff options
Diffstat (limited to 'py/test/Ice/binding/Server.py')
-rwxr-xr-x | py/test/Ice/binding/Server.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/test/Ice/binding/Server.py b/py/test/Ice/binding/Server.py index d9a399ce1af..1c00d1b5557 100755 --- a/py/test/Ice/binding/Server.py +++ b/py/test/Ice/binding/Server.py @@ -15,7 +15,6 @@ Ice.loadSlice('Test.ice') import Test, TestI def run(args, communicator): - communicator.getProperties().setProperty("Ice.Warn.Connections", "0") communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010:udp") adapter = communicator.createObjectAdapter("TestAdapter") id = communicator.stringToIdentity("communicator") |