diff --git a/ballance_blender_plugin/__init__.py b/ballance_blender_plugin/__init__.py index b3b251c..4ec8255 100644 --- a/ballance_blender_plugin/__init__.py +++ b/ballance_blender_plugin/__init__.py @@ -79,7 +79,6 @@ def menu_func_ballance_add(self, context): layout.operator("ballance.add_rail", icon='MESH_CUBE', text="Rail section") def register(): - print(__package__) for cls in classes: bpy.utils.register_class(cls)