diff options
author | Michi Henning <michi@zeroc.com> | 2003-05-20 23:54:44 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-05-20 23:54:44 +0000 |
commit | 61b2f0f5fce08d00112fb8af878bb34afccc2f4e (patch) | |
tree | a56294b6d50a80c1870484f4228f731102d4d691 /cpp/test/Ice/objects/Client.cpp | |
parent | Sun port (diff) | |
download | ice-61b2f0f5fce08d00112fb8af878bb34afccc2f4e.tar.bz2 ice-61b2f0f5fce08d00112fb8af878bb34afccc2f4e.tar.xz ice-61b2f0f5fce08d00112fb8af878bb34afccc2f4e.zip |
Removed erroneous setting of tracing properties.
Diffstat (limited to 'cpp/test/Ice/objects/Client.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) |