summaryrefslogtreecommitdiff
path: root/ppdc/ppdc-shared.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ppdc/ppdc-shared.cxx')
-rw-r--r--ppdc/ppdc-shared.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/ppdc/ppdc-shared.cxx b/ppdc/ppdc-shared.cxx
index 7379311e2..1b0152d3b 100644
--- a/ppdc/ppdc-shared.cxx
+++ b/ppdc/ppdc-shared.cxx
@@ -40,8 +40,6 @@ ppdcShared::~ppdcShared()
void
ppdcShared::release(void)
{
- DEBUG_printf(("%s: %p release use=%d", class_name(), this, use));
-
use --;
#ifdef DEBUG
@@ -65,6 +63,4 @@ void
ppdcShared::retain()
{
use ++;
-
- DEBUG_printf(("%s: %p retain use=%d", class_name(), this, use));
}