Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Aug 24, 2024
1 parent 645d8ff commit b05196b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Changed registration of scene objects to not print messages.

### Removed


Expand Down
2 changes: 1 addition & 1 deletion src/compas_notebook/scene/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def register_scene_objects():
register(Torus, ThreeTorusObject, context="Notebook")
register(Mesh, ThreeMeshObject, context="Notebook")

print("PyThreeJS SceneObjects registered.")
# print("PyThreeJS SceneObjects registered.")


__all__ = [
Expand Down

0 comments on commit b05196b

Please sign in to comment.