From 52b9a82d5e7b4e8ee29dc533a38c37796c5452bb Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 13 Aug 2009 12:15:18 +0000 Subject: Remove systemout println git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803856 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/ttest/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java | 1 - 1 file changed, 1 deletion(-) (limited to 'java/sca/otest') 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) { -- cgit v1.2.3