|
From: <pat...@us...> - 2009-09-05 23:47:59
|
Revision: 947
http://cishell.svn.sourceforge.net/cishell/?rev=947&view=rev
Author: pataphil
Date: 2009-09-05 23:47:51 +0000 (Sat, 05 Sep 2009)
Log Message:
-----------
Forgot to remove a debug message before.
Modified Paths:
--------------
trunk/templates/org.cishell.templates/src/org/cishell/templates/staticexecutable/StaticExecutableRunner.java
Modified: trunk/templates/org.cishell.templates/src/org/cishell/templates/staticexecutable/StaticExecutableRunner.java
===================================================================
--- trunk/templates/org.cishell.templates/src/org/cishell/templates/staticexecutable/StaticExecutableRunner.java 2009-09-05 23:45:29 UTC (rev 946)
+++ trunk/templates/org.cishell.templates/src/org/cishell/templates/staticexecutable/StaticExecutableRunner.java 2009-09-05 23:47:51 UTC (rev 947)
@@ -444,7 +444,6 @@
for (int i = 0; i < data.length; i++) {
File inFile = (File)data[i].getData();
String filePath = inFile.getAbsolutePath();
- System.err.println("inFile[" + i + "]: \"" + filePath + "\" exists: " + inFile.exists());
if (File.separatorChar == '\\') {
filePath = filePath.replace(File.separatorChar, '/');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|