diff options
author | slewis | 2014-05-19 21:12:46 +0000 |
---|---|---|
committer | slewis | 2014-05-19 21:12:46 +0000 |
commit | 6eede270700c81071550f7fa4b32f6a83612f27a (patch) | |
tree | f92308574e3ea7019cfa58cc1372005723461e4c | |
parent | bc06dc1acb26f73fe8518712f511ae32d44f8af0 (diff) | |
download | org.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
-rw-r--r-- | protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java | 4 |
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(); |