Removed debug statements
This commit is contained in:
parent
90b31d6a5f
commit
ce02c8748f
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ public class PageSplitter {
|
|||
int i = 0;
|
||||
//Loop through the content nodes and split nodes with soft page break
|
||||
while (i < nodes.getLength()){
|
||||
System.out.println("IN splitSPB");
|
||||
Node child = nodes.item(i);
|
||||
//System.out.println("splitSoftPageBreak ");
|
||||
|
||||
|
@ -86,7 +85,6 @@ public class PageSplitter {
|
|||
}
|
||||
i++;
|
||||
}
|
||||
System.out.println("splitSPB exit");
|
||||
//Debug.printNode(onode);
|
||||
return onode;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue