Skip to content

Commit

Permalink
Removed forgotten print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd-de committed Jun 10, 2024
1 parent 21bacd8 commit e36aab5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion znvis/visualizer/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ def _draw_particles(self, visualizer=None, initial: bool = False):
else:
for i, item in enumerate(self.particles):
if not item.static:
print(item.name)
visualizer.remove_geometry(item.name)
visualizer.add_geometry(
item.name, item.mesh_list[self.counter], item.mesh.o3d_material
Expand Down

0 comments on commit e36aab5

Please sign in to comment.