mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
Remove debug prints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user