diff options
Diffstat (limited to 'cppe/demo/IceE/hello/Client.cpp')
-rw-r--r-- | cppe/demo/IceE/hello/Client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppe/demo/IceE/hello/Client.cpp b/cppe/demo/IceE/hello/Client.cpp index 217866e6eae..2d51fc46aea 100644 --- a/cppe/demo/IceE/hello/Client.cpp +++ b/cppe/demo/IceE/hello/Client.cpp @@ -67,8 +67,6 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) if(c == 't') { twoway->sayHello(); - communicator->getLogger()->warning("a message"); - communicator->getLogger()->error("a message"); } else if(c == 'o') { |