diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-13 12:15:18 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-13 12:15:18 +0000 |
commit | 52b9a82d5e7b4e8ee29dc533a38c37796c5452bb (patch) | |
tree | c039c5be65f2e47321ebcf096227f67c58775786 /java/sca/otest | |
parent | b2edc2200ce21718eaa4659b11c08abb66b58d3d (diff) |
Remove systemout println
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/otest')
-rw-r--r-- | java/sca/otest/current/tests/src/main/ttest/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java | 1 |
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) { |