diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-07-19 17:29:18 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-07-19 17:29:18 +0000 |
commit | 35c6fc018909a47d19a58399061345a902f87a92 (patch) | |
tree | 8623e7e2868804c8b03be811ac19d4eb530411f6 /cpp/src | |
parent | Fix release build (diff) | |
download | ice-35c6fc018909a47d19a58399061345a902f87a92.tar.bz2 ice-35c6fc018909a47d19a58399061345a902f87a92.tar.xz ice-35c6fc018909a47d19a58399061345a902f87a92.zip |
remove print statement in offer registration.
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Yellow/Parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Yellow/Parser.cpp b/cpp/src/Yellow/Parser.cpp index a614071cf51..868ce18f124 100644 --- a/cpp/src/Yellow/Parser.cpp +++ b/cpp/src/Yellow/Parser.cpp @@ -60,7 +60,6 @@ Yellow::Parser::addOffer(const list<string>& args) string intf = args.front(); string offer = args.back(); - cout << "adding offer: " << intf << " " << offer << endl; _admin->add(intf, _communicator->stringToProxy(offer)); } |