summaryrefslogtreecommitdiff
path: root/cs/demo/IceStorm/clock/Subscriber.cs
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-11-14 22:20:18 +0000
committerMark Spruiell <mes@zeroc.com>2005-11-14 22:20:18 +0000
commit358446faac8bf97edfb46cb63ea358a1a6de1bc2 (patch)
treeac8bfac0a5248cdde2be7bdac7bf1661feb7f024 /cs/demo/IceStorm/clock/Subscriber.cs
parentFixes (diff)
downloadice-358446faac8bf97edfb46cb63ea358a1a6de1bc2.tar.bz2
ice-358446faac8bf97edfb46cb63ea358a1a6de1bc2.tar.xz
ice-358446faac8bf97edfb46cb63ea358a1a6de1bc2.zip
removing print statements
Diffstat (limited to 'cs/demo/IceStorm/clock/Subscriber.cs')
-rwxr-xr-xcs/demo/IceStorm/clock/Subscriber.cs2
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);