Remove print message for except clause when iterating through item properties. This is dev stuff, not too worried about handling it. Was failing on getting a property that doesn't make sense for a module.

This commit is contained in:
blitzmann
2017-04-21 01:05:16 -04:00
parent 4652b91e98
commit 2a679efc14

View File

@@ -1384,7 +1384,6 @@ class ItemProperties(wx.Panel):
except Exception as e:
# TODO: Add logging to this.
# We couldn't get a property for some reason. Skip it for now.
print(e)
continue
index = self.paramList.InsertStringItem(sys.maxint, attrName)