From 0ca5f58fe69769cc35d88cc1e20d8ed30f71177a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 20 Mar 2018 14:34:18 -0700 Subject: [PATCH] Remove debug prints --- demo/DVC_DataViewModel.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/demo/DVC_DataViewModel.py b/demo/DVC_DataViewModel.py index a49305f7..6f4be022 100644 --- a/demo/DVC_DataViewModel.py +++ b/demo/DVC_DataViewModel.py @@ -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