Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-05-19 21:12:46 +0000
committerslewis2014-05-19 21:12:46 +0000
commit6eede270700c81071550f7fa4b32f6a83612f27a (patch)
treef92308574e3ea7019cfa58cc1372005723461e4c /protocols
parentbc06dc1acb26f73fe8518712f511ae32d44f8af0 (diff)
downloadorg.eclipse.ecf-6eede270700c81071550f7fa4b32f6a83612f27a.tar.gz
org.eclipse.ecf-6eede270700c81071550f7fa4b32f6a83612f27a.tar.xz
org.eclipse.ecf-6eede270700c81071550f7fa4b32f6a83612f27a.zip
Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=430752.R-Release_HEAD-sdk_feature-137_2014-05-20_01-13-01R-Release_HEAD-sdk_feature-136_2014-05-19_23-23-38
Removed unnecessary System.out.println. Change-Id: I0000000000000000000000000000000000000000
Diffstat (limited to 'protocols')
-rw-r--r--protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java b/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java
index 2f09e8656..b88d7178e 100644
--- a/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java
+++ b/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java
@@ -820,10 +820,6 @@ public final class ChannelEndpointImpl implements ChannelEndpoint {
proxyBundles.put(ref.getURI().getFragment(), bundle);
}
- // FIXME: debug output
- System.err.println(RemoteOSGiActivator.getActivator().getContext().getDataFile("fii").getAbsolutePath());
-
-
// start the bundle
bundle.start();

Back to the top