* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.

From-SVN: r28608
This commit is contained in:
Anthony Green 1999-08-09 01:11:41 +00:00 committed by Anthony Green
parent e3253af520
commit cb35be5713
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-08-08 Anthony Green <green@cygnus.com>
* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.
1999-08-08 Anthony Green <green@cygnus.com>
* defineclass.cc (_Jv_VerifyClassName): Verify array names

View File

@ -116,8 +116,8 @@ final public class SearchPath {
result = ent.getBytes (element);
if (result != null)
{
System.out.println ("loading " + ent
+ "(" + element + ")");
// System.out.println ("loading " + ent
// + "(" + element + ")");
return result;
}
}