diff options
-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); |