|
From: <ha...@us...> - 2008-09-08 21:26:01
|
Revision: 2145
http://cogkit.svn.sourceforge.net/cogkit/?rev=2145&view=rev
Author: hategan
Date: 2008-09-08 21:25:58 +0000 (Mon, 08 Sep 2008)
Log Message:
-----------
removed debugging statements
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/BootstrapService.java
Modified: trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/BootstrapService.java
===================================================================
--- trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/BootstrapService.java 2008-09-08 21:24:14 UTC (rev 2144)
+++ trunk/current/src/cog/modules/provider-coaster/src/org/globus/cog/abstraction/impl/execution/coaster/BootstrapService.java 2008-09-08 21:25:58 UTC (rev 2145)
@@ -81,7 +81,6 @@
private void loadList() {
URL url = BootstrapService.class.getClassLoader().getResource(
ServiceManager.BOOTSTRAP_LIST);
- System.err.println(url);
if (url == null) {
throw new RuntimeException(ServiceManager.BOOTSTRAP_LIST
+ " not found in classpath");
@@ -102,7 +101,6 @@
+ d[0]);
}
valid.add("/" + d[0]);
- System.err.println(d[0]);
checksums.put("/" + d[0], d[1]);
line = br.readLine();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|