diff --git a/GeoSpatialTools/octtree.py b/GeoSpatialTools/octtree.py
index 250f145b6c0061cf83b94e0901bd5ffda3f2ec17..ea48d4d33f9b45324a9e733de55bf2c55592e3c7 100644
--- a/GeoSpatialTools/octtree.py
+++ b/GeoSpatialTools/octtree.py
@@ -464,7 +464,6 @@ class OctTree:
     def len(self, _current_len: int = 0) -> int:
         """Get the number of points in the OctTree"""
         _current_len += len(self.points)
-        print(_current_len)
         if not self.divided:
             return _current_len