Remove useless log
This commit is contained in:
parent
a2a14c0c12
commit
5bb268f9ff
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class Separator {
|
||||||
|
|
||||||
|
|
||||||
if (noSplitNeeded(pageNum, curLevel)) {
|
if (noSplitNeeded(pageNum, curLevel)) {
|
||||||
System.out.println("No split needed");
|
// System.out.println("No split needed");
|
||||||
return hnode;
|
return hnode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue