summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/objects/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/objects/Client.cpp')
-rw-r--r--cpp/test/Ice/objects/Client.cpp2
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)