diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-11-14 22:20:18 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-11-14 22:20:18 +0000 |
commit | 358446faac8bf97edfb46cb63ea358a1a6de1bc2 (patch) | |
tree | ac8bfac0a5248cdde2be7bdac7bf1661feb7f024 /cs/demo/IceStorm/clock/Subscriber.cs | |
parent | Fixes (diff) | |
download | ice-358446faac8bf97edfb46cb63ea358a1a6de1bc2.tar.bz2 ice-358446faac8bf97edfb46cb63ea358a1a6de1bc2.tar.xz ice-358446faac8bf97edfb46cb63ea358a1a6de1bc2.zip |
removing print statements
Diffstat (limited to 'cs/demo/IceStorm/clock/Subscriber.cs')
-rwxr-xr-x | cs/demo/IceStorm/clock/Subscriber.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cs/demo/IceStorm/clock/Subscriber.cs b/cs/demo/IceStorm/clock/Subscriber.cs index 2b820e391da..7e76d7494c5 100755 --- a/cs/demo/IceStorm/clock/Subscriber.cs +++ b/cs/demo/IceStorm/clock/Subscriber.cs @@ -109,13 +109,11 @@ public class Subscriber : Ice.Application communicator().waitForShutdown(); } -Console.WriteLine("unsubscribe"); // // Unsubscribe all subscribed objects. // foreach(DictionaryEntry entry in (Hashtable)subscribers) { -Console.WriteLine("unsubscribe from " + (string)entry.Key); try { IceStorm.TopicPrx topic = manager.retrieve((string)entry.Key); |