diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/objects/Client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/Ice/objects/Client.cpp b/cpp/test/Ice/objects/Client.cpp index 73a03b93de5..9a6a80c1873 100644 --- a/cpp/test/Ice/objects/Client.cpp +++ b/cpp/test/Ice/objects/Client.cpp @@ -69,8 +69,6 @@ main(int argc, char* argv[]) try { communicator = Ice::initialize(argc, argv); - communicator->getProperties()->setProperty("Ice.Trace.Network", "3"); - communicator->getProperties()->setProperty("Ice.Trace.Protocol", "3"); status = run(argc, argv, communicator); } catch(const Ice::Exception& ex) |