Skip to content

Commit

Permalink
Removed some printing
Browse files Browse the repository at this point in the history
  • Loading branch information
mktk1117 committed Nov 24, 2023
1 parent 26331d6 commit 7e875aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ def input_pointcloud(
"""
raw_points = cp.asarray(raw_points, dtype=self.data_type)
additional_channels = channels[3:]
print("additional_channels", additional_channels)
raw_points = raw_points[~cp.isnan(raw_points).any(axis=1)]
self.update_map_with_kernel(
raw_points,
Expand Down

0 comments on commit 7e875aa

Please sign in to comment.