Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joseph Siddons
GeoSpatialTools
Commits
6d5a2416
Commit
6d5a2416
authored
2 months ago
by
Joseph Siddons
Browse files
Options
Download
Email Patches
Plain Diff
fix: remove debugging print
parent
0bef0124
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
GeoSpatialTools/octtree.py
GeoSpatialTools/octtree.py
+0
-1
No files found.
GeoSpatialTools/octtree.py
View file @
6d5a2416
...
@@ -464,7 +464,6 @@ class OctTree:
...
@@ -464,7 +464,6 @@ class OctTree:
def
len
(
self
,
_current_len
:
int
=
0
)
->
int
:
def
len
(
self
,
_current_len
:
int
=
0
)
->
int
:
"""Get the number of points in the OctTree"""
"""Get the number of points in the OctTree"""
_current_len
+=
len
(
self
.
points
)
_current_len
+=
len
(
self
.
points
)
print
(
_current_len
)
if
not
self
.
divided
:
if
not
self
.
divided
:
return
_current_len
return
_current_len
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment