summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/tests
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/otest/current/tests')
-rw-r--r--java/sca/otest/current/tests/src/main/ttest/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/sca/otest/current/tests/src/main/ttest/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java b/java/sca/otest/current/tests/src/main/ttest/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java
index e780fc4ae8..98aaa2ef7b 100644
--- a/java/sca/otest/current/tests/src/main/ttest/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java
+++ b/java/sca/otest/current/tests/src/main/ttest/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java
@@ -75,7 +75,6 @@ public class TuscanyRuntimeBridge implements RuntimeBridge {
} // end for
node = launcher.createNode(testConfiguration.getComposite(), contributions);
- System.out.println("SCA Node API ClassLoader: " + node.getClass().getClassLoader());
// Start the node
node.start();
} catch (Exception e) {