* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.
From-SVN: r28608
This commit is contained in:
parent
e3253af520
commit
cb35be5713
2 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue