Remove debug prints

This commit is contained in:
Robin Dunn
2018-03-20 14:34:18 -07:00
parent a283339521
commit 0ca5f58fe6

View File

@@ -251,12 +251,9 @@ class TestPanel(wx.Panel):
newModel = False
# Tell the DVC to use the model
print("*** ref count: {}".format(self.model.GetRefCount()))
self.dvc.AssociateModel(self.model)
print("*** ref count: {}".format(self.model.GetRefCount()))
if newModel:
self.model.DecRef()
print("*** ref count: {}".format(self.model.GetRefCount()))
# Define the columns that we want in the view. Notice the
# parameter which tells the view which column in the data model to pull