* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.
From-SVN: r28608
This commit is contained in:
parent
e3253af520
commit
cb35be5713
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user