You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/05/11 19:01:34 UTC

svn commit: r537235 - /incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java

Author: mriou
Date: Fri May 11 10:01:34 2007
New Revision: 537235

URL: http://svn.apache.org/viewvc?view=rev&rev=537235
Log:
Business as usual: left a System.out.println behind.

Modified:
    incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java

Modified: incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java?view=diff&rev=537235&r1=537234&r2=537235
==============================================================================
--- incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java (original)
+++ incubator/ode/trunk/bpel-compiler/src/main/java/org/apache/ode/bpel/compiler/BpelC.java Fri May 11 10:01:34 2007
@@ -259,7 +259,6 @@
         if (!_dryRun) {
             if (outputPath != null) {
                 this.setOutputStream(new BufferedOutputStream(new FileOutputStream(outputPath)));
-                System.out.println("Writing compilation results to " + outputPath);
                 if (__log.isDebugEnabled()) {
                     __log.debug("Writing compilation results to " + outputPath);
                 }