diff --git a/__init__.py b/__init__.py index 2e9aa4d..8817dec 100644 --- a/__init__.py +++ b/__init__.py @@ -26,13 +26,6 @@ def register(): # Order the classes before registration core.register.order_classes() # Register the UI classes - for cls in __bl_ordered_classes: - print("registering" + str(cls)) - bpy.utils.register_class(cls) - - - - # Register the properties for cls in core.register.__bl_ordered_classes: print("registering " + str(cls)) bpy.utils.register_class(cls)