Fix for r50790, removed operator printed error into the console...

This commit is contained in:
Thomas Dinges 2012-09-21 13:41:43 +00:00
parent b170eda2d6
commit 0916de7a02

@ -333,7 +333,6 @@ class DATA_PT_customdata(MeshButtonsPanel, Panel):
row.operator("mesh.customdata_clear_sticky", icon='X')
'''
col.operator("mesh.customdata_clear_mask", icon='X')
col.operator("mesh.customdata_clear_skin", icon='X')
class DATA_PT_custom_props_mesh(MeshButtonsPanel, PropertyPanel, Panel):