diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-08-08 14:51:29 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-08-08 14:51:29 +0000 |
commit | 11e7ebaf619045da5e6fc031fc392ba691d4dc91 (patch) | |
tree | d33428eb06df2ca1783e8034ef1dbbb5e04a630a /cppe/demo/IceE/hello/Client.cpp | |
parent | Canged case statements (diff) | |
download | ice-11e7ebaf619045da5e6fc031fc392ba691d4dc91.tar.bz2 ice-11e7ebaf619045da5e6fc031fc392ba691d4dc91.tar.xz ice-11e7ebaf619045da5e6fc031fc392ba691d4dc91.zip |
Removed some crud
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') { |