]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-shared.cxx
Move debug printfs to internal usage only.
[thirdparty/cups.git] / ppdc / ppdc-shared.cxx
index 7379311e26132742d6b3d4bf0545610fbfea330c..1b0152d3b34e22b877936f3ce526a30529971ae2 100644 (file)
@@ -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));
 }