Remove useless log

This commit is contained in:
Georgy Litvinov 2020-11-24 22:51:23 +01:00
parent a2a14c0c12
commit 5bb268f9ff

View file

@ -76,7 +76,7 @@ public class Separator {
if (noSplitNeeded(pageNum, curLevel)) {
System.out.println("No split needed");
// System.out.println("No split needed");
return hnode;
}