Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-07-30 17:46:22 +0000
committerslewis2007-07-30 17:46:22 +0000
commit28ae3b49f43559d9f9e04d9fab43b47086186cb3 (patch)
tree79f056af298665e36c48d0859f2b6db00acb602b /examples
parent6fd8f19ca3ae1c0357b216a1a8ee17492e43f32a (diff)
downloadorg.eclipse.ecf-28ae3b49f43559d9f9e04d9fab43b47086186cb3.tar.gz
org.eclipse.ecf-28ae3b49f43559d9f9e04d9fab43b47086186cb3.tar.xz
org.eclipse.ecf-28ae3b49f43559d9f9e04d9fab43b47086186cb3.zip
Removed System.out.println statements
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab.editor/src/org/eclipse/ecf/example/collab/editor/listeners/PresenceChannelListener.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab.editor/src/org/eclipse/ecf/example/collab/editor/listeners/PresenceChannelListener.java b/examples/bundles/org.eclipse.ecf.example.collab.editor/src/org/eclipse/ecf/example/collab/editor/listeners/PresenceChannelListener.java
index 39beb7de0..394e4ef41 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab.editor/src/org/eclipse/ecf/example/collab/editor/listeners/PresenceChannelListener.java
+++ b/examples/bundles/org.eclipse.ecf.example.collab.editor/src/org/eclipse/ecf/example/collab/editor/listeners/PresenceChannelListener.java
@@ -64,7 +64,6 @@ public class PresenceChannelListener implements IChannelListener {
Activator.getDefault().getLog().log(new Status(IStatus.ERROR, Activator.PLUGIN_ID, 0, e.getLocalizedMessage(), e));
} finally {
Activator.getDefault().setListenerActive(true);
- System.out.println("Setting events on");
}
}
}

Back to the top