Skip to content

Commit

Permalink
fix: removing print property values from lavavu
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Nov 30, 2023
1 parent 57f649b commit 306793c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LoopStructural/visualisation/lavavu.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def _add_surface(
surfaceval[:] = paint_with.evaluate_value(
self.model.scale(vertices, inplace=False)
)
print(surfaceval)
surf.values(surfaceval, "paint_with")
if callable(paint_with):
# paint with a callable function e.g. (xyz)->value
Expand Down

0 comments on commit 306793c

Please sign in to comment.