Remove print spam

This commit is contained in:
ABelliqueux 2021-08-19 18:17:35 +02:00
parent e13e3287e2
commit c1dcc1ff48
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ def selection_callback(scene):
if attName in last_selection.data:
value = last_selection.data[attName]
if attType == 'boolean':
print(attName + ":" + str(value))
attributes[attName] = BoolProperty(name=attName, default=value, update=updateCustomProps )
elif attType == 'int':
attributes[attName] = IntProperty(name=attName, default=value, update=updateCustomProps)