Skip to content

Commit b05196b

Browse files
committed
remove print
1 parent 645d8ff commit b05196b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
* Changed registration of scene objects to not print messages.
15+
1416
### Removed
1517

1618

src/compas_notebook/scene/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def register_scene_objects():
8383
register(Torus, ThreeTorusObject, context="Notebook")
8484
register(Mesh, ThreeMeshObject, context="Notebook")
8585

86-
print("PyThreeJS SceneObjects registered.")
86+
# print("PyThreeJS SceneObjects registered.")
8787

8888

8989
__all__ = [

0 commit comments

Comments
 (0)