NodeWriter.java (writeParents): Removed debugging prints.
* gnu/java/util/prefs/NodeWriter.java (writeParents): Removed debugging prints. * gnu/java/util/prefs/NodeReader.java (readNodes): Removed debugging print. (readEntries): Likewise. From-SVN: r116247
This commit is contained in:
parent
42031254bf
commit
fb2323eb40
3 changed files with 8 additions and 5 deletions
|
@ -203,9 +203,6 @@ public class NodeWriter {
|
|||
StringTokenizer st = new StringTokenizer(path);
|
||||
parents = st.countTokens();
|
||||
|
||||
System.out.println("path: " + path);
|
||||
System.out.println("parents: " + parents);
|
||||
|
||||
for (int i=0; i<parents; i++) {
|
||||
String name = st.nextToken();
|
||||
indent(i+2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue