delete debug print
This commit is contained in:
parent
0af7f204dc
commit
d236925612
@ -79,7 +79,6 @@ def menu_func_ballance_add(self, context):
|
|||||||
layout.operator("ballance.add_rail", icon='MESH_CUBE', text="Rail section")
|
layout.operator("ballance.add_rail", icon='MESH_CUBE', text="Rail section")
|
||||||
|
|
||||||
def register():
|
def register():
|
||||||
print(__package__)
|
|
||||||
for cls in classes:
|
for cls in classes:
|
||||||
bpy.utils.register_class(cls)
|
bpy.utils.register_class(cls)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user